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

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

bug#11343: 24.0.95; pdbtrack: Traceback cue not found


From: Leo
Subject: bug#11343: 24.0.95; pdbtrack: Traceback cue not found
Date: Thu, 26 Apr 2012 10:14:45 +0800

There is this little warning message when the inferior python enters PDB
that seems scary for users new to python.el. It actually made me think
the mode (pdbtrack) wasn't working properly. So I wonder if this can be
fixed.

To reproduce:

1. open the attached file pybug.py in emacs
2. C-c C-c (python-send-buffer) on the buffer

After a second or two the echo area will show:

  pdbtrack: Traceback cue not found

I can reproduce this on GNU/L or OSX. This is due to the failure of
regexp match of python-pdbtrack-stack-entry-regexp. The contents of the
inferior python buffer is attached as in a screenshot.

Thanks.
Leo

import pdb; pdb.set_trace()

x = 12

PNG image


reply via email to

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