Python Debugger / IDE ??

Scott David Daniels scott.daniels at acm.org
Tue Mar 14 13:31:56 EST 2006


krypto.wizard 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
> 
If you don't mind spending (not so much) money, ActiveState's Komodo
is a nice debugger.   With it you can even debug a Python program on
a remote machine over a network connection (ideal for GUI problems).

--Scott David Daniels
scott.daniels at acm.org



More information about the Python-list mailing list