Python Debugger with source code tracking ability

Philippe C. Martin philippe at philippecmartin.com
Wed Apr 20 13:17:26 EDT 2005


Idle (does have source tracking)
Eclipse + pydev
Eric3 (Linux only)

The problem I have with any of them (as well as my own debugger) is their
speed: I believe they all use bdb that is currently fairly slow stepping
over extensive amount of code

Regards,

Philippe





Tran Tuan Anh 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.
> 
> I have spent time Googling but not found anything near.
> 
> Thanks!
> Tuan-Anh




More information about the Python-list mailing list