Pause in debugger - no breakpoints

Back in 2022, there was an issue where running in debug mode saw the IDE pause like it had hit a breakpoint, but showing no code.
I’m seeing that all the time, have been putting up with it, but it’s getting annoying.

I hit run, app starts, a window appears, then things slow down and the IDE pops forward.
The app has stopped running.
No code is highlighted.
Variable can be examined - to all appearances just like a breakpoint

The app will continue if I click the ‘go’ arrow.

I have used ‘remove all breakpoints’ in the menus.
I’ve exported as text and re-opened and resaved in case there was some corruption.

Surely this isn’t expected behavior?

Xojo 2023 R2 on Mac Silicon

I think I have it.
I have break on exceptions turned on.
In Xojo 2023, if an exception happens inside a thread, it doesn’t show the code.
Using a later Xojo, it does.

So in 2023, if I turn off break on exceptions, it sails past that particular issue.
(The exception is expected)

1 Like