You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line where it calls the "wrong" error handler is 1190 in your current version of dbg_lib.prg (downloaded today): eval(t_oDebugInfo['userErrorBlock'], e)
unluckily the errorblock management is a little messy on Harbour, on this particular case you can try using the BEGIN SEQUENCE WITH {| oErr | HandleError( oErr ) } syntax
In the program below if the debugging code is linked in then the current error handler is called recursively until it crashes.
I love your addin! Thanks, Alex.
The text was updated successfully, but these errors were encountered: