I know this was asked once before, but I couldn't
find any answers to the question. Sorry if this is a FAQ.
I can usually run gdb from emacs using
M-x gdb
Run gdb (like this): gdb
Of course, to run gdb on a libtool output file that
has not yet been installed, from the command line I use
applying this to gud.el, deleting gud.elc should solve it for anyone
that's interested.
310,311c310
< (cons "-cd" (cons (expand-file-name default-directory)
< (cons "-fullname" args
---
> (append args (list "-cd" (expand-file-name default-directory)
"-fullname" )))
I've
- Original Message -
From: "Simon Josefsson" <[EMAIL PROTECTED]>
To: "Justin Randall" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2003 7:23 PM
Subject: Re: running libtool from emacs gud mode
...
> This has been fixed in