Bug? Reconnect back to debug mode

techknight

Well-Known Member
Licensed User
Longtime User
I am trying to debug an app which is making it impossible because the library restarts the app, and the app crashes.

When the library restarts the app, it causes the IDE to kick out of debug, and of course when the app launches back up its waiting for the debugger while the IDE is still sitting there like its dumb and has no idea whats going on.

So I need the ability to re-connect back to an app-in-progress debug without having to recompile to reconnect.
 
Top