Contribute Media
A thank you to everyone who makes this possible: Read More

Introduction to PDB

Translations: en

Summary

PDB is an interactive debugging environment for Python programs. It allows you to pause your program, look at the values of variables, and watch program execution step-by-step, so you can understand what your program is actually doing, as opposed to what you think it's doing. This talk will show novice and intermediate Python users how to use PDB to troubleshoot existing code.

Details

Improve this page