unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* python-mode problems in emacs (pdb)
@ 2004-03-09 16:15 Chris Fonnesbeck
  2004-03-09 19:24 ` Peter Milliken
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Fonnesbeck @ 2004-03-09 16:15 UTC (permalink / raw)


I was disappointed to see that pdb still does not work in emacs. When
I run a fille that calls pdb.set_trace(), I get the following:

> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/pdb.py(992)set_trace()->None
-> Pdb().set_trace()
(Pdb) 
Traceback (most recent call last):
  File "<stdin>", line 148, in ?
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/pdb.py",
line 992, in set_trace
    Pdb().set_trace()
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/bdb.py",
line 52, in trace_dispatch
    return self.dispatch_return(frame, arg)
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/bdb.py",
line 80, in dispatch_return
    if self.quitting: raise BdbQuit
bdb.BdbQuit

This is the same message that I got about a year ago, and was unable
to find a solution. Anyone know of a fix for this?

Thanks,
cjf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: python-mode problems in emacs (pdb)
  2004-03-09 16:15 python-mode problems in emacs (pdb) Chris Fonnesbeck
@ 2004-03-09 19:24 ` Peter Milliken
  2004-03-10 21:09   ` Chris Fonnesbeck
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Milliken @ 2004-03-09 19:24 UTC (permalink / raw)


What makes you think this is an Emacs problem? (I assume that you believe it
to be an Emacs problem since you are posting here instead of
comp.lang.python - your statement is not exactly definitive :-))

pdb.set_trace() works fine for me in my Emacs (21.3.1 on Windoze) sessions.

Peter

"Chris Fonnesbeck" <spam@fisher.forestry.uga.edu> wrote in message
news:c3835e5f.0403090815.7c030fd@posting.google.com...
> I was disappointed to see that pdb still does not work in emacs. When
> I run a fille that calls pdb.set_trace(), I get the following:
>
> >
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/pdb.p
y(992)set_trace()->None
> -> Pdb().set_trace()
> (Pdb)
> Traceback (most recent call last):
>   File "<stdin>", line 148, in ?
>   File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/pdb.
py",
> line 992, in set_trace
>     Pdb().set_trace()
>   File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/bdb.
py",
> line 52, in trace_dispatch
>     return self.dispatch_return(frame, arg)
>   File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/bdb.
py",
> line 80, in dispatch_return
>     if self.quitting: raise BdbQuit
> bdb.BdbQuit
>
> This is the same message that I got about a year ago, and was unable
> to find a solution. Anyone know of a fix for this?
>
> Thanks,
> cjf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: python-mode problems in emacs (pdb)
  2004-03-09 19:24 ` Peter Milliken
@ 2004-03-10 21:09   ` Chris Fonnesbeck
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Fonnesbeck @ 2004-03-10 21:09 UTC (permalink / raw)


"Peter Milliken" <peterm@resmed.com.au> wrote in message news:<wRo3c.212$KJ.8949@nnrp1.ozemail.com.au>...
> What makes you think this is an Emacs problem? (I assume that you believe it
> to be an Emacs problem since you are posting here instead of
> comp.lang.python - your statement is not exactly definitive :-))
> 
> pdb.set_trace() works fine for me in my Emacs (21.3.1 on Windoze) sessions.
> 
> Peter

Well, I assumed it was a python-mode.el problem. I am running it on
OSX, and emacs is still a bit embryonic on that platform, which I why
I am assuming emacs is the culprit. I dont care whodunnit, I just want
to fix it.

Thanks,
cjf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-10 21:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-09 16:15 python-mode problems in emacs (pdb) Chris Fonnesbeck
2004-03-09 19:24 ` Peter Milliken
2004-03-10 21:09   ` Chris Fonnesbeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).