tractor/tractor/devx
Tyler Goodlet e313cb5e30 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-22 14:32:27 -04:00
..
__init__.py Get multi-threaded sync-pausing fully workin! 2025-03-22 14:22:33 -04:00
_debug.py Match `maybe_open_crash_handler()` to non-maybe version 2025-03-22 14:32:27 -04:00
_frame_stack.py Add TODO for a tb frame "filterer" sys.. 2025-03-22 14:24:53 -04:00
_stackscope.py Repair/update `stackscope` test 2025-03-22 14:32:27 -04:00
cli.py Mk debugger tests work for arbitrary pre-REPL format 2025-03-20 15:07:27 -04:00
pformat.py Drop extra nl from boxed error fmt 2025-03-22 14:24:53 -04:00