See All Titles |
![]() ![]() DebuggerThe pdb module defines an interactive source code debugger for Python programs. You can use this tool to verify and modify variables and to set and examine breakpoints. It allows inspection of stack frames, single stepping of source lines, and code evaluation. This module is based on the module bdb, which implements a generic Python debugger base class. See Chapter 17,"Development Tools," for details.
|
Index terms contained in this sectionmodulespdb pdb module |
© 2002, O'Reilly & Associates, Inc. |