1
0
Fork 0
tractor/tractor/devx
Tyler Goodlet c36deb1f4d 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
2024-03-07 21:24:34 -05:00
..
__init__.py Mk debugger tests work for arbitrary pre-REPL format 2024-03-05 12:22:04 -05:00
_debug.py Woops, fix `_post_mortem()` type sig.. 2024-03-07 21:24:34 -05:00
_stackscope.py Add `stackscope` tree pprinter triggered by SIGUSR1 2024-02-20 09:05:34 -05:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2024-03-05 12:22:04 -05:00