Richard Eibrand wrote:
On 4/20/05, Jaime Wyant <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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.

For my money it's well worth looking at Wing (http://wingware.com) - the more I use this system the more I like it, and I especially like the way I can inspect and set breakpoints in GUI-based code - it can be wxPython, Tkinter or something else entirely. The ability to execute ad-hoc Python statements in the context of interrupted code is a godsend in heavy debugging sessions.

regards
 Steve
--
Steve Holden        +1 703 861 4237  +1 800 494 3119
Holden Web LLC             http://www.holdenweb.com/
Python Web Programming  http://pydish.holdenweb.com/

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to