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

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

Re: GUD gdb not working in Emacs v23.1.1?


From: Eli Zaretskii
Subject: Re: GUD gdb not working in Emacs v23.1.1?
Date: Sun, 23 Aug 2009 06:10:54 +0300

> Date: Sat, 22 Aug 2009 11:18:01 -0700
> From: "William K. Foster" <wkf@alum.mit.edu>
> 
> When I do meta-x gdb and give a command of 'gdb /my/executable/here' the
> window comes up fine, but when I type a command at the gdb prompt upon
> hitting return key to execute the command, nothing happens, status bar says
> 'Debugger:run' and the result is never shown.

In Emacs 23.1, the command to run the debugger should be

   gdb  --annotate=3 /my/executable/here

You didn't delete the --annotate=3 part when launching GDB, did you?




reply via email to

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