Re: python debugging...

2007-11-17 Thread Paul Rubin
Donn Ingle <[EMAIL PROTECTED]> writes: > I don't know if this will help you, but if you can, install "Eric". It's an > IDE that I often use and you can do point and click debugging with > breakpoints and nice displays of all vars and whatnot as you go. Much > easier than fiddling with the debugger

Re: python debugging...

2007-11-17 Thread Donn Ingle
I don't know if this will help you, but if you can, install "Eric". It's an IDE that I often use and you can do point and click debugging with breakpoints and nice displays of all vars and whatnot as you go. Much easier than fiddling with the debugger manually. /d -- http://mail.python.org/mail

Re: python debugging under emacs?

2007-08-23 Thread Alberto Griggio
> Is there a debugging mode in emacs that works well with python? > > I tried gud, but it was giving me errors, so I thought I'd ask before I > try to get it to work: Is there an emacs mode (perhaps gud) that'll give a > view of the python source, and currenly executing line, the ability > inspect

Re: python debugging question

2006-03-16 Thread Magnus Lycka
[EMAIL PROTECTED] wrote: > I am a python newbie. I have writen some 500 lines of code. There are 4 > classes and in all 5 files. > > Now, I am trying to run the program. I am getting wrong values for the > simulation results. If you first write 500 lines of code, and *then* try to run it, it seem

Re: python debugging question

2006-03-09 Thread Harry George
[EMAIL PROTECTED] writes: > I am a python newbie. I have writen some 500 lines of code. There are 4 > classes and in all 5 files. > > Now, I am trying to run the program. I am getting wrong values for the > simulation results. > Is there any debugging facilities in python which would let me go st

Re: python debugging question

2006-03-08 Thread P Boy
Install active python from http://activestate.com/Products/ActivePython/?mp=1 Run PythonWin for: coding, interactive commands, and debugging. Good luck. -- http://mail.python.org/mailman/listinfo/python-list

Re: python debugging question

2006-03-08 Thread Xavier Morel
[EMAIL PROTECTED] wrote: > I am a python newbie. I have writen some 500 lines of code. There are 4 > classes and in all 5 files. > > Now, I am trying to run the program. I am getting wrong values for the > simulation results. > Is there any debugging facilities in python which would let me go step

Re: python debugging question

2006-03-08 Thread Thomas G. Willis
On 8 Mar 2006 13:23:44 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am a python newbie. I have writen some 500 lines of code. There are 4classes and in all 5 files. Now, I am trying to run the program. I am getting wrong values for thesimulation results.Is there any debugging facilities in