[Tutor] Souce Debuger

dman dsh8290@rit.edu
Sat, 3 Nov 2001 18:03:41 -0500


On Sat, Nov 03, 2001 at 08:24:13PM +0100, Boudewijn Rempt wrote:
| On 3 Nov 2001, Nate Custer wrote:
| 
| > Hey all,
| >
| > Is there anything comprable to gdb for python? I want to step through a
| > large program, and cutting and pasting into the interp is a lot of work.
| >
| 
| There's an almost exact equivalent included: pdb. Of course, it's
| horrible to use, being a command-line debugger. You might want to

The gui frontends to gdb (DDD and GVD) are supposed to work with pdb
as well.  I've only used them to debug C++ though.

-D