Donn Ingle <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list