Re: Would you pls tell me a tool to step debug python program?

2005-09-21 Thread Steve Holden
Johnny Lee wrote: > Hi, >I've met a problem to understand the code at hand. And I wonder > whether there is any useful tools to provide me a way of step debug? > Just like the F10 in VC... > > Thanks for your help. > > Regards, > Johnny > The pdb module is a basic starting point for Python'

Re: Would you pls tell me a tool to step debug python program?

2005-09-21 Thread Stephen Kellett
>Johnny Lee wrote: >> Hi, >>I've met a problem to understand the code at hand. And I wonder >> whether there is any useful tools to provide me a way of step debug? >> Just like the F10 in VC... Not single stepping, but flow tracing, complete with variables, parameters and return values. Python

Re: Would you pls tell me a tool to step debug python program?

2005-09-20 Thread SPE - Stani's Python Editor
SPE ships with a debugger as well: http://pythonide.stani.be It's free & open source. Johnny Lee wrote: > Hi, >I've met a problem to understand the code at hand. And I wonder > whether there is any useful tools to provide me a way of step debug? > Just like the F10 in VC... > > Thanks for you

Re: Would you pls tell me a tool to step debug python program?

2005-09-12 Thread VarghjÀrta
I myself used/use "Komodo" for all my developing, it's the best and easiest to use graphical IDE for python i've found thus far. On 12/09/05, Franz Steinhaeusler <[EMAIL PROTECTED]> wrote: > On 12 Sep 2005 00:12:29 -0700, "Johnny Lee" <[EMAIL PROTECTED]> > wrote: > > >Hi, > > I've met a proble

Re: Would you pls tell me a tool to step debug python program?

2005-09-12 Thread Franz Steinhaeusler
On 12 Sep 2005 00:12:29 -0700, "Johnny Lee" <[EMAIL PROTECTED]> wrote: >Hi, > I've met a problem to understand the code at hand. And I wonder >whether there is any useful tools to provide me a way of step debug? >Just like the F10 in VC... > >Thanks for your help. > What about the "new" winpdb

Re: Would you pls tell me a tool to step debug python program?

2005-09-12 Thread Adriaan Renting
try Eric3 F6-F10 will probably do exactly what you want. www.die-offenbachs.de/detlev/eric3.html >>>"Johnny Lee" <[EMAIL PROTECTED]> 09/12/05 9:12 am >>> Hi, I've met a problem to understand the code at hand. And I wonder whether there is any useful tools to provide me a way of step debug?

Would you pls tell me a tool to step debug python program?

2005-09-12 Thread Johnny Lee
Hi, I've met a problem to understand the code at hand. And I wonder whether there is any useful tools to provide me a way of step debug? Just like the F10 in VC... Thanks for your help. Regards, Johnny -- http://mail.python.org/mailman/listinfo/python-list