Add masked `.set_trace()` to catch weird TCP-addr issue
parent
46ebceae02
commit
6a0b8567c4
|
|
@ -906,6 +906,14 @@ class Actor:
|
||||||
# => update process-wide globals
|
# => update process-wide globals
|
||||||
# TODO! -[ ] another `Struct` for rtvs..
|
# TODO! -[ ] another `Struct` for rtvs..
|
||||||
rvs: dict[str, Any] = spawnspec._runtime_vars
|
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']:
|
if rvs['_debug_mode']:
|
||||||
from .devx import (
|
from .devx import (
|
||||||
enable_stack_on_sig,
|
enable_stack_on_sig,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue