Debuger for python 2.x

Richard Walkington richard at stockcontrol.net
Tue Jul 24 09:50:09 EDT 2001


Piotr Legiecki wrote:

> Hi
> 
> I'm new to python and I'm writing my first python program. I'd like to
> use some nice debugger (like ddd, xgdb etc) but I can't find any for
> python 2.x. DDD has pydb but only for python 1.5.2. IDLE is not very
> helpful curently. Aby other choices?
> 
> I'm using debian/sid. What about pdb? I'v read that this is the python's
> standard debugger, but on my system there is no such a program.
> 

Hello,

I'm using Debian testing and Python2 from Debian packages and I have the 
pdb module. Its part of the standard distribution so you should have it.

Regards
Richard Walkington



More information about the Python-list mailing list