Syntax Error Newsletter #5: Python breakpoints
This month we look at debuggers in Python and how to choose your own debugger instead of relying on the built-in pdb.
cross-posted from: https://programming.dev/post/1048663
Ah interesting, I'll have to try some of these out. Other than the default debugger, I've only used ipdb and the barcode debugger, both of which leave some to be desired.