tractor/tractor/devx
Tyler Goodlet 71a29d0106 Yield a boxed-maybe-error from `open_crash_handler()`
Along the lines of something like `pytest.raises()` where the handled
exception can be inspected from the `pdbp` REPL using its `.value` field
B)

This is super handy in particular for understanding
`BaseException[Group]`s without manually adding surrounding handler code
to assign the `except[*] Exception as exc_var:` particularly when trying
to understand multi-cancelled eg trees.
2025-03-10 12:04:51 -04:00
..
__init__.py Get multi-threaded sync-pausing fully workin! 2024-07-10 12:29:05 -04:00
_debug.py Yield a boxed-maybe-error from `open_crash_handler()` 2025-03-10 12:04:51 -04:00
_frame_stack.py Add TODO for a tb frame "filterer" sys.. 2024-12-09 17:14:51 -05:00
_stackscope.py Officially test proto-ed `stackscope` integration 2024-07-10 19:58:27 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2024-03-05 12:22:04 -05:00
pformat.py Drop extra nl from boxed error fmt 2025-03-10 12:04:51 -04:00