diff --git a/tractor/_root.py b/tractor/_root.py index a01ecd0..203627d 100644 --- a/tractor/_root.py +++ b/tractor/_root.py @@ -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