Exception during Debug bug?

agraham

Expert
Licensed User
Longtime User
If the debugger is attached and an uncaught exception occurs then I get the "paused" message on the device showing the line which errored and don't get the exception details dialog until I step or run the program.
B4X:
Dim ba As Byte
If ba = Null Then 'exception causes pause here with no breakpoint set
   ...
End If
Is this by design, a bug or an unavoidable consequence of the debugger architecture?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…