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