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

python debugging...

2007-11-17 Thread bruce
Hi... new to python, trying to debug an app i have : >>> lib]# cat foo #!/usr/bin/python2.4 -OO # -*- coding: ascii -*- # vim:ts=4:sw=4:softtabstop=0:smarttab # import sys import slstorageserver slstorageserver.storaged(sys.argv) == i do a >>

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

python debugging under emacs?

2007-08-21 Thread Dan Stromberg - Datallegro
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 datastruct

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Paul Rudin
Rob Wolfe <[EMAIL PROTECTED]> writes: > Paul Rudin <[EMAIL PROTECTED]> writes: > >> Unfortunately this doesn't make any difference for me, with either >> emacs 22 or 21. I guess I'll just have to dig deeper into the code. > > So what happens after M-x pdb? Everything works as it should, except f

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Rob Wolfe
Paul Rudin <[EMAIL PROTECTED]> writes: > Unfortunately this doesn't make any difference for me, with either > emacs 22 or 21. I guess I'll just have to dig deeper into the code. So what happens after M-x pdb? -- http://mail.python.org/mailman/listinfo/python-list

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Paul Rudin
Rob Wolfe <[EMAIL PROTECTED]> writes: > Paul Rudin <[EMAIL PROTECTED]> writes: > >> I can't get the gdb fringe interaction functionality to work with >> either pdb or pydb. Any hints as to versions or incantations I should >> try? > > It works for me on Debian Etch and GNU Emacs 21.4.1. > I'm usin

Re: emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Rob Wolfe
Paul Rudin <[EMAIL PROTECTED]> writes: > I can't get the gdb fringe interaction functionality to work with > either pdb or pydb. Any hints as to versions or incantations I should > try? It works for me on Debian Etch and GNU Emacs 21.4.1. I'm using this settings: (setq pdb-path '/usr/lib/python2

emacs python debugging: pydb or pdb fringe interaction

2007-05-18 Thread Paul Rudin
I can't get the gdb fringe interaction functionality to work with either pdb or pydb. Any hints as to versions or incantations I should try? I have the emacs22 from debian unstable emacs-snapshot-gtk package fwiw. -- http://mail.python.org/mailman/listinfo/python-list

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

python debugging question

2006-03-08 Thread diffuser78
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 by step and check the values of the