tractor/examples/debugging
Tyler Goodlet db843b361d First draft, `asyncio`-task, sync-pausing Bo
Mostly due to magic from @oremanj where we slap in a little bit of
`.from_asyncio`-type stuff to run a `trio`-task from `asyncio.Task`
code!

I'm not gonna go into tooo too much detail but basically the primary
thing needed was a way to (blocking-ly) invoke a `trio.lowlevel.Task`
from an `asyncio` one (which we now have with a new
`run_trio_task_in_future()` thanks to draft code from the aforementioned
jefe) which we now invoke from a dedicated aio case-branch inside
`.devx._debug.pause_from_sync()`. Further include a case inside
`DebugStatus.release()` to handle using the same func to set the
`repl_release: trio.Event` from the aio side when releasing the REPL on
exit cmds.

Prolly more refinements to come ;{o
2025-03-24 15:37:12 -04:00
..
asyncio_bp.py First draft, `asyncio`-task, sync-pausing Bo 2025-03-24 15:37: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 Fix type path to new `_supervise` mod 2021-10-23 15:54:40 -04:00
multi_daemon_subactors.py Fix multi-daemon debug test `break` signal.. 2025-03-24 15:37:12 -04:00
multi_nested_subactors_error_up_through_nurseries.py Tweaks to debugger examples 2025-03-20 23:22:45 -04:00
multi_subactor_root_errors.py Adjust debugger tests to expect depth > 1 crashes 2021-10-14 13:39:46 -04:00
multi_subactors.py Flip to `.pause()` in subactor bp example 2025-03-20 23:22:45 -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 Restore `breakpoint()` hook after runtime exits 2023-05-15 00:47:29 -04:00
root_actor_breakpoint.py Drop `tractor.run()` from all examples 2021-05-07 11:21:40 -04:00
root_actor_breakpoint_forever.py Tweaks to debugger examples 2025-03-20 23:22:45 -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 Officially test proto-ed `stackscope` integration 2025-03-24 15:37:12 -04:00
shielded_pause.py Finally, officially support shielded REPL-ing! 2025-03-24 14:04:52 -04:00
subactor_bp_in_ctx.py Add back in async gen loop 2022-07-27 11:40:02 -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 Get multi-threaded sync-pausing fully workin! 2025-03-24 15:37:12 -04:00