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
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
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
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
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
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