[Python-mode] making stack traces clickable in gud.el pdb output.

Barry Warsaw barry at python.org
Tue Jan 19 15:28:34 CET 2010


On Jan 18, 2010, at 06:27 PM, m h wrote:

>I'm using pdb (from gud.el) with emacs, which is working pretty good.
>I've got two gripes.
>
>  * After I run pdb on a testfile, the point goes to the top of the buffer
>  * I'd like to be able to click on files in the stacktrace (on
>unittest failures) and have emacs open the buffer to the correct line
>
>I figure if I can fix the later 80% of the other issues are covered.
>Any pointers or tips are greatly appreciated.  I've searched gud.el
>for alist and find-file, but alas my elisp is not quite up to snuff to
>tell if this is actually supported.

I'm afraid I can't help much.  I generally use pdb-track instead of gud, and
haven't really noticed any problems.

-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-mode/attachments/20100119/a6f115ae/attachment.pgp>


More information about the Python-mode mailing list