post-mortem debugging in scientific mode
已回答
I like the new scientific mode, but I can't seem to get into the debugger (to see appropriate stack frames and variables) after an unhandled exception, even though I have selected the option to debug on unhandled exceptions. I'm probably missing something obvious---how can I make this work?
请先登录再写评论。
Hi Leslie Kaelbling! Could you please describe your workflow in more details? Are you running some script under the debugger which raises an unhandled exception and stops instead of pause on raise?