Python PDB

Was listening to a recent Python podcast and some lady had done a talk somewhere about Python debugging…outside of print statements. She asked how many people used debugging and found not that many. I used PDB in Python many years ago. Although not for a long time, mainly because of debugging is so easy with VS Code. I probably have some old version 2 programs with the import statement probably still in there.

I’m basically an amateur Python programmer who uses it for personal projects. I assumed professionals used debugging as a matter of habit.