Python Debugger with source code tracking ability

Richard Eibrand eibrandr at gmail.com
Wed Apr 20 09:30:12 EDT 2005


On 4/20/05, Jaime Wyant <programmer.py at gmail.com> wrote:
> I haven't tried the customizations listed at the site below.  If it
> works, let me know.
> 
> http://page.sourceforge.net/tricks.html
> 
> jw
> 
> On 19 Apr 2005 19:45:05 -0700, Tran Tuan Anh <anhtt at hotmail.com> wrote:
> > Hi all,
> >
> > I am new to Python and desperated to look for a good Python debugger.
> > I mean a debugger with source coding tracking. For C/C++, emacs and
> > gud offers execellent development env. The source code tracking is
> > extremely useful for recursive functions.

You could take a look at Eclipse (http://eclipse.org/) in conjunction
with pydev (http://pydev.sourceforge.net/). Or you could take a look
at Komodo (http://www.activestate.com/Products/Komodo/) which is a
commercial product with a trial version.

Regards, 

R



More information about the Python-list mailing list