pdb
Using breakpoints to explore your code
MP 89: You can hop into your program's execution at any point. When working on a project, I often find myself wondering if my code does exactly what I think it does. Sometimes I'll have an idea about how to move forward in a program, but