[EMAIL PROTECTED] wrote:
> I've always been happy with the debugger in PythonWin. You can even
> use:
>
> from pywin.debugger import set_trace;set_trace()
>
> to bring up the debugger directly from a script that wasn't originally
> run in the ide.
I use that one also.
There is also Boa (http://boa-constructor.sourceforge.net/), available
both in Linux and Windows, and with the avantage of having a separate
process for the debugging unit, which is great when you have to explore
some unsane scripts.
Regards
jm
--
http://mail.python.org/mailman/listinfo/python-list