Re: Python Debugger with source code tracking ability

2005-04-20 Thread Skip Montanaro
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

Re: Python Debugger with source code tracking ability

2005-04-20 Thread Philippe C. Martin
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 a

Re: Python Debugger with source code tracking ability

2005-04-20 Thread Steve Holden
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 Py

Re: Python Debugger with source code tracking ability

2005-04-20 Thread Richard Eibrand
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 n

Re: Python Debugger with source code tracking ability

2005-04-20 Thread Jaime Wyant
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

Python Debugger with source code tracking ability

2005-04-19 Thread Tran Tuan Anh
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 a