Python Debugger / IDE ??
olsongt at verizon.net
olsongt at verizon.net
Tue Mar 14 12:35:55 EST 2006
krypto.wiz... at gmail.com wrote:
> Is there any editor or IDE in Python (either Windows or Linux) which
> has very good debugging facilites like MS VisualStudio has or something
> like that.
>
> I like SPE but couldn't easily use winPDP. I need tips to debug my code
> easily.
>
> Every help is greatly appreciated.
>
> Thanks
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.
More information about the Python-list
mailing list