Use `_debug._sync_pause_from_builtin()` as `breakpoint()` override

runtime_to_msgspec
Tyler Goodlet 2024-06-10 19:16:21 -04:00
parent a6058d14ae
commit 7d4cd8944c
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ async def open_root_actor(
)
):
os.environ['PYTHONBREAKPOINT'] = (
'tractor.devx._debug.pause_from_sync'
'tractor.devx._debug._sync_pause_from_builtin'
)
_state._runtime_vars['use_greenback'] = True