Python Debugger / IDE ??

jean-michel bain-cornu jmbc at nospam.fr
Wed Mar 15 03:31:54 EST 2006


olsongt at verizon.net 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



More information about the Python-list mailing list