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
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
>>
> 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
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
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
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
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
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
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
[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
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
16 matches
Mail list logo