/pdb-tutorial

Learn how to use pdb to help debug your Python applications on the command line!

Primary LanguageDockerfileThe UnlicenseUnlicense

Debugging with pdb

With all these IDEs making debugging easy, some say pdb isn't as important anymore. But what if you find yourself at a different workstation, lacking your IDE of choice? Don't worry, pdb is both easy to learn and comes with every Python distribution!

A slide deck which accompanies this talk can be found here. I last presented this talk at EdmontonPy.