tractor/examples/debugging
Tyler Goodlet 760b9890c4 Add `debugging/subactor_bp_in_ctx.py` test set
It's been in the debug scripts quite a while without a wrapping test and
will be,
- only the 2nd such REPL test which uses a lower-level `@context` ep-API
- the first official and explicit use of `enable_transports=['uds']`
  a suite.

Deats,
- flip to 'uds' tpt and 'devx' level logging in the script.
- add a new 2-case suite `test_ctxep_pauses_n_maybe_ipc_breaks` which
  validates both the quit-early (via `BdbQuit`) and
  channel-dropped-need-to-ctlc cases from a single test fn.
2025-07-14 13:15:07 -04:00
..
asyncio_bp.py Mk `.devx._debug` a sub-pkg `.devx.debug` 2025-07-14 00:00:12 -04:00
debug_mode_hang.py
fast_error_in_root_after_spawn.py
multi_daemon_subactors.py Various test tweaks related to 3.13 egs 2025-03-27 13:38:47 -04:00
multi_nested_subactors_error_up_through_nurseries.py
multi_subactor_root_errors.py Various test tweaks related to 3.13 egs 2025-03-27 13:38:47 -04:00
multi_subactors.py
open_ctx_modnofound.py
per_actor_debug.py
pm_in_subactor.py
restore_builtin_breakpoint.py Disable `greenback` sync fn breakpointing by def 2025-07-14 00:00:13 -04:00
root_actor_breakpoint.py
root_actor_breakpoint_forever.py
root_actor_error.py
root_cancelled_but_child_is_in_tty_lock.py Flip a couple more debug scripts to UDS tpt 2025-07-13 15:26:37 -04:00
root_timeout_while_child_crashed.py
shield_hang_in_sub.py Flip a couple more debug scripts to UDS tpt 2025-07-13 15:26:37 -04:00
shielded_pause.py
subactor_bp_in_ctx.py Add `debugging/subactor_bp_in_ctx.py` test set 2025-07-14 13:15:07 -04:00
subactor_breakpoint.py
subactor_error.py
sync_bp.py Mk `.devx._debug` a sub-pkg `.devx.debug` 2025-07-14 00:00:12 -04:00