Add masked `.set_trace()` to catch weird TCP-addr issue

try_to_repl_clobber_aio_task
Gud Boi 2026-02-08 19:27:24 -05:00
parent 46ebceae02
commit 6a0b8567c4
1 changed files with 8 additions and 0 deletions

View File

@ -906,6 +906,14 @@ class Actor:
# => update process-wide globals
# TODO! -[ ] another `Struct` for rtvs..
rvs: dict[str, Any] = spawnspec._runtime_vars
# if (
# isinstance(rvs['_root_addrs'], dict)
# or
# isinstance(rvs['_root_mailbox'], dict)
# ):
# from .devx import mk_pdb
# mk_pdb.set_trace()
if rvs['_debug_mode']:
from .devx import (
enable_stack_on_sig,