Python Debugger with source code tracking ability

Skip Montanaro skip at pobox.com
Wed Apr 20 14:05:43 EDT 2005


    Tran> I am new to Python and desperated to look for a good Python
    Tran> debugger.  I mean a debugger with source coding tracking. For
    Tran> C/C++, emacs and gud offers execellent development env. The source
    Tran> code tracking is extremely useful for recursive functions.

There is some support for pdb (the Python debugger) in python-mode.  Google
around for pdbtrack.  Also, look at Misc/gdbinit in a recent Python
distribution (or use viewcvs in the CVS tab of Python's sourceforge project)
for some gdb magic.

Skip



More information about the Python-list mailing list