| Allow callers to stick in a header to the `.pdb()` level emitted msg(s) such that any "waiting status" content is only shown if the caller actually get's blocked waiting for the debug lock; use it inside the `._spawn` sub-process reaper call. Also, return early if `Lock.global_actor_in_debug == None` and thus only enter the poll loop when actually needed, consequently raise if we fall through the loop without acquisition. | ||
|---|---|---|
| .. | ||
| __init__.py | ||
| _debug.py | ||
| _stackscope.py | ||
| cli.py | ||