Speed up debugger by doing less stack checking

Looking on what the debugger does all the time.

DebuggerConnection.dehex

this function seems to spend 25% of it’s time in stack checking.

Could you add

#pragma StackOverflowChecking false

to such a frequent called helper function, which I assume decodes hex strings?
Also could DecodeHex() be used here?

submitted to issues: Xojo: Account Login

2 Likes