This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhmark
Recipients
Date 2001-11-01.00:41:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
With python 2.2b1,
Start the debugger like this on any script.  Notice the
stack frame display in which <string> has a path name
prepended to it.
This confuses the emacs Python debugging mode
(python-mode.el) causing it not to recognize the line
as a stack frame, and thus not to display the (Pdb)
prompt for the user.

$ ./bin/python ./lib/python2.2/pdb.py ~/tmp/foo.py
> /hda3/sys/Python-2.2b1-local/<string>(0)?()
(Pdb)

in the same scenario, python 1.5 does not confuse emacs
because it displays the line like this:
> <string>(0)?()
History
Date User Action Args
2007-08-23 13:57:10adminlinkissue477023 messages
2007-08-23 13:57:10admincreate