tractor/tractor/devx
Tyler Goodlet c83ea2e4b8 Move runtime frame hiding into helper func
Call it `hide_runtime_frames()` and stick all the lines from the top of
the `._debug` mod in there along with a little `log.devx()` emission on
what gets hidden by default ;)

Other,
- fix ref-error where internal-error handler might trigger despite the
  debug `req_ctx` not yet having init-ed, such that we don't try to
  cancel or log about it when it never was fully created/initialize..
- fix assignment typo iniside `_set_trace()` for `task`.. lel
2025-03-21 01:07:53 -04:00
..
__init__.py Big debugger rework, more tolerance for internal err-hangs 2025-03-21 01:03:11 -04:00
_debug.py Move runtime frame hiding into helper func 2025-03-21 01:07:53 -04:00
_frame_stack.py Rework and first draft of `.devx._frame_stack.py` 2025-03-21 01:04:33 -04:00
_stackscope.py Use `log.devx()` for `stackscope` messages 2025-03-20 23:22:45 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2025-03-20 15:07:27 -04:00
pformat.py Move `_debug.pformat_cs()` into `devx.pformat` 2025-03-21 01:03:13 -04:00