Since obviously the thread is likely expected to halt and raise after the REPL session exits; this was a regression from the prior impl. The main reason for this is that otherwise the request task will never unblock if the user steps through the crashed task using 'next' since the `.do_next()` handler doesn't by default release the request since in the `.pause()` case this would end the session too early. Other, - toss in draft `Pdb.user_exception()`, though doesn't seem to ever trigger? - only release `Lock._debug_lock` when already locked. |
||
---|---|---|
.. | ||
__init__.py | ||
_debug.py | ||
_frame_stack.py | ||
_stackscope.py | ||
cli.py | ||
pformat.py |