[Python-mode] [ python-mode-Bugs-922867 ] pdb dies under python-mode on OSX

SourceForge.net noreply at sourceforge.net
Wed Mar 24 21:25:52 EST 2004


Bugs item #922867, was opened at 2004-03-24 21:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=581349&aid=922867&group_id=86916

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Christopher Fonnesbeck (fonnesbeck)
Assigned to: Nobody/Anonymous (nobody)
Summary: pdb dies under python-mode on OSX

Initial Comment:
When trying to debug some python code under emacs (OSX)
with
python-mode, 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 does not happen with emacs/python-mode on other
platforms. I am using the carbon emacs version
21.3.50.03.11.14.CVS.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=581349&aid=922867&group_id=86916



More information about the Python-mode mailing list