help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

python-mode problems in emacs (pdb)


From: Chris Fonnesbeck
Subject: python-mode problems in emacs (pdb)
Date: 9 Mar 2004 08:15:03 -0800

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]