emacs-devel
[Top][All Lists]
Advanced

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

Re: Gdb in emacs 24


From: Andrea Crotti
Subject: Re: Gdb in emacs 24
Date: Wed, 09 Mar 2011 15:20:46 +0100
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Nick Roberts <address@hidden> writes:

> Gdb in Emacs 24 uses MI not annotations.  You need:
>
> (defun gdb-pad ()
>   "Debug the simulation"
>   (interactive)
>   (gdb "gdb -cd=/long/path -i=mi --args /long/path/opp_run args"))

Thanks a lot, that works and it's nice, but now I can't give interactive
commands anymore.
Every time I try to type something in the gdb buffer it start the
program, and C-c C-n doesn't work anymore either...

Something else important that changed maybe?



reply via email to

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