python debugging...

Paul Rubin http
Sat Nov 17 12:10:32 EST 2007


Donn Ingle <donn.ingle at gmail.com> writes:
> I don't know if this will help you, but if you can, install "Eric". It's an
> IDE that I often use and you can do point and click debugging with
> breakpoints and nice displays of all vars and whatnot as you go. Much
> easier than fiddling with the debugger manually.

I've just started fooling with winpdb (google for it).  Despite its
name it is not windows specific and I'm using it on linux.  It's a
debugger and not a full IDE, but it's very nice so far.  I'm
especially interested in its multi-thread debugging capabilities.



More information about the Python-list mailing list