tractor/tractor/devx
Tyler Goodlet e7bb1edf97 Repair/update `stackscope` test
Seems that on 3.13 it's not showing our script code in the output now?
Gotta get an example for @oremanj to see what's up but really it'd be
nice to just custom format stuff above `trio`'s runtime by def..

Anyway, update the `.devx._stackscope`,
- log formatting to be a little more "sclangy" lookin.
- change the per-actor "delimiter" lines style.
- report the `signal.getsignal(SIGINT)` which i needed in the
  `sync_bp.py` with ctl-c causing a hang..
- mask the `_tree_dumped` duplicator log report as well as the "dumped
  fine" one.
- add an example `pkill --signal SIGUSR1` cmdline.

Tweak the test to cope with,
- not showing our script lines now.. which i've commented in the
  `assert_before()` patts..
- to expect the newly formatted delimiter (ascii) lines to separate the
  root vs. hanger sub-actor sections.
2025-03-10 12:17:53 -04:00
..
__init__.py Handle cpython builds with `libedit` for `readline` 2025-03-10 12:15:56 -04:00
_debug.py Match `maybe_open_crash_handler()` to non-maybe version 2025-03-10 12:17:53 -04:00
_frame_stack.py Add TODO for a tb frame "filterer" sys.. 2024-12-09 17:14:51 -05:00
_stackscope.py Repair/update `stackscope` test 2025-03-10 12:17:53 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2024-03-05 12:22:04 -05:00
pformat.py Drop extra nl from boxed error fmt 2025-03-10 12:04:51 -04:00