Post #2971430
2026-05-14 02:05 UTC
@encthenet@flyovercountry.social check out python -m pdb -c continue ./something.py or pdb.post_mortem :)
Replies (1)
-
@encthenet@flyovercountry.social 2026-05-14 06:49
@jonny@neuromatch.social I'll check it out. The above was used in debugging a python script running under gdb, so a little more tricky to debug than a simple script.