tractor/tractor/devx
Tyler Goodlet 0ccf83d520 Use `.is_debug_mode()` for maybe-crash-handling
Such that the default is `None` and in the case where the caller *does
not* set the `pdb` arg to an explicit `bool` we instead determine it via
the output from `._state.is_debug_mode()` allowing for more "nonchalant"
usage throughout a (test) code base which passes the `debug_mode: bool`
as runtime config; allows delegation to the per-actor proc-global state.
2025-05-05 16:03:03 -04:00
..
__init__.py Get multi-threaded sync-pausing fully workin! 2025-03-27 13:24:25 -04:00
_debug.py Use `.is_debug_mode()` for maybe-crash-handling 2025-05-05 16:03:03 -04:00
_frame_stack.py Add TODO for a tb frame "filterer" sys.. 2025-03-27 13:24:25 -04:00
_stackscope.py Repair/update `stackscope` test 2025-03-27 13:24:25 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2025-03-20 15:07:27 -04:00
pformat.py Formally add `nest_from_op()` XD 2025-04-12 16:50:56 -04:00