Syntax Error Newsletter #5: Python breakpoints
Syntax Error Newsletter #5: Python breakpoints
www.syntaxerror.tech Syntax Error #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
This month we look at debuggers in Python and how to choose your own debugger instead of relying on the built-in pdb.
You're viewing a single thread.
View all comments
1
comments
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.
2 0 Reply