forked from goodboy/tractor
1
0
Fork 0
tractor/tractor/devx
Tyler Goodlet d15e73557a 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
2024-05-22 14:56:54 -04:00
..
__init__.py Big debugger rework, more tolerance for internal err-hangs 2024-05-08 11:44:55 -04:00
_debug.py Move runtime frame hiding into helper func 2024-05-22 14:56:54 -04:00
_frame_stack.py Rework and first draft of `.devx._frame_stack.py` 2024-05-08 14:51:56 -04:00
_stackscope.py Use `log.devx()` for `stackscope` messages 2024-04-30 13:00:03 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2024-03-05 12:22:04 -05:00
pformat.py Move `_debug.pformat_cs()` into `devx.pformat` 2024-05-08 13:30:15 -04:00