- cross-posted to:
- learn_programming
- python
- cross-posted to:
- learn_programming
- python
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.
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.