Post #3187799
2026-06-08 07:29 UTC
I’ve done it a lot to add
import pdb; pdb.set_trace()
Replies (2)
-
@lengau@midwest.social 2026-06-08 07:45
These days though you can just breakpoint()
-
@AVincentInSpace@pawb.social 2026-06-27 21:37
try: your_entire_program() except: import pdb pdb.pm()