tractor/examples/debugging
Tyler Goodlet 4fca7317ea Add `typing_extensions`, it's a sub-dep of `stackscope`?
Oddly my env was borked bc this (apparently missed by `uv`?) sub-dep
wasn't installed and then `stackscope` was silently failing import and
caused the shield-pause test to also fail (since it couldn't match the
expected `log.devx()` on console). The import failure is not very
explanatory due to the `log.warning()`; change it to `.error()` level.

Also, explicitly import `_sync_pause_from_builtin` in
`examples/debugging/restore_builtin_breakpoint.py` to ensure the ref is
exported properly from `.devx.debug` (which it wasn't during dev of the
prior commit Bp).
2025-05-15 15:08:21 -04:00
..
asyncio_bp.py Mk `.devx._debug` a sub-pkg `.devx.debug` 2025-05-13 12:13:12 -04:00
debug_mode_hang.py Drop now-deprecated deps on modern `trio`/Python 2025-03-16 16:06:24 -04:00
fast_error_in_root_after_spawn.py Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
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 Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
multi_subactor_root_errors.py Various test tweaks related to 3.13 egs 2025-03-27 13:38:47 -04:00
multi_subactors.py Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
open_ctx_modnofound.py Add basic module-not-found when opening a ctx eg. 2022-08-02 12:17:06 -04:00
per_actor_debug.py Tweaks to debugger examples 2025-03-20 23:22:45 -04:00
pm_in_subactor.py Add a `tractor.post_mortem()` API test + example 2025-03-24 14:04:52 -04:00
restore_builtin_breakpoint.py Add `typing_extensions`, it's a sub-dep of `stackscope`? 2025-05-15 15:08:21 -04:00
root_actor_breakpoint.py Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
root_actor_breakpoint_forever.py Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
root_actor_error.py Drop `tractor.run()` from all examples 2021-05-07 11:21:40 -04:00
root_cancelled_but_child_is_in_tty_lock.py Drop `tractor.run()` from all examples 2021-05-07 11:21:40 -04:00
root_timeout_while_child_crashed.py Docs and comments tidying 2021-08-01 10:44:13 -04:00
shield_hang_in_sub.py Repair/update `stackscope` test 2025-03-27 13:24:25 -04:00
shielded_pause.py Finally, officially support shielded REPL-ing! 2025-03-24 14:04:52 -04:00
subactor_bp_in_ctx.py Change `tractor.breakpoint()` to new `.pause()` in test suite 2025-03-27 13:24:25 -04:00
subactor_breakpoint.py Flip to `.pause()` in subactor bp example 2025-03-20 23:22:45 -04:00
subactor_error.py Tweaks to debugger examples 2025-03-20 23:22:45 -04:00
sync_bp.py Mk `.devx._debug` a sub-pkg `.devx.debug` 2025-05-13 12:13:12 -04:00