devicescript icon indicating copy to clipboard operation
devicescript copied to clipboard

debugger panic stops debugging session

Open pelikhan opened this issue 1 year ago • 1 comments

When the debugger panics, it kills its process and the debugger session is lost. Would expect to keep the debugging session opened.

pelikhan avatar Mar 25 '23 16:03 pelikhan

Runtime panic is not meant to be user-serviceable. We may still have some places where we panic, but should instead throw I guess.

mmoskal avatar Mar 25 '23 16:03 mmoskal