devicescript
devicescript copied to clipboard
debugger panic stops debugging session
When the debugger panics, it kills its process and the debugger session is lost. Would expect to keep the debugging session opened.
Runtime panic is not meant to be user-serviceable. We may still have some places where we panic, but should instead throw I guess.