tractor/tractor/devx
Tyler Goodlet 31de5f6648 Always release debug request from `._post_mortem()`
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.
2024-05-14 11:39:04 -04:00
..
__init__.py Big debugger rework, more tolerance for internal err-hangs 2024-05-08 11:44:55 -04:00
_debug.py Always release debug request from `._post_mortem()` 2024-05-14 11:39:04 -04:00
_frame_stack.py Rework and first draft of `.devx._frame_stack.py` 2024-05-08 14:51:56 -04:00
_stackscope.py Use `log.devx()` for `stackscope` messages 2024-04-30 13:00:03 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2024-03-05 12:22:04 -05:00
pformat.py Move `_debug.pformat_cs()` into `devx.pformat` 2024-05-08 13:30:15 -04:00