tractor/tractor/devx
Tyler Goodlet 65e49696e7 Woops, fix `_post_mortem()` type sig..
We're passing a `extra_frames_up_when_async=2` now (from prior attempt
to hide `CancelScope.__exit__()` when `shield=True`) and thus both
`debug_func`s must accept it 🤦

On the brighter side found out that the `TypeError` from the call-sig
mismatch was actually being swallowed entirely so add some
`.exception()` msgs for such cases to at least alert the dev they broke
stuff XD
2025-03-20 15:07:27 -04:00
..
__init__.py Mk debugger tests work for arbitrary pre-REPL format 2025-03-20 15:07:27 -04:00
_debug.py Woops, fix `_post_mortem()` type sig.. 2025-03-20 15:07:27 -04:00
_stackscope.py Add `stackscope` tree pprinter triggered by SIGUSR1 2025-03-20 15:07:27 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2025-03-20 15:07:27 -04:00