Navigation index modules | next | previous | Python v2.7 documentation » Python Frequently Asked Questions » Is there a source code level debugger with breakpoints, single-stepping, etc.?¶ Yes. The pdb module is a simple but adequate console-mode debugger for Python. It is part of the standard Python library, and is documented in the Library Reference Manual. You can also write your own debugger b