Learn how to debug your Python programs using Python's built-in debugger, pdb with Mike Driscoll
In this tutorial, you will learn the following:
Starting pdb in the REPL
Starting pdb on the Command Line
Stepping Through Code
Adding Breakpoints in pdb
Creating a Breakpoint with set_trace()
Using the built-in breakpoint() Function
Getting Help
This video is based on a chapter from the book, Python 101 by Mike Driscoll
Leanpub (eBooks) - https://leanpub.com/py101
Amazon (Kindle / Paperback) - https://amzn.to/2Zo1ARG