(gud-gdb-command-name): Explain
"--annotate=3" option is necessary for the Graphical Interface.
This commit is contained in:
parent
46174cf4c8
commit
6e498a9766
1 changed files with 3 additions and 1 deletions
|
@ -1256,7 +1256,9 @@ This filter may simply queue input for a later time."
|
|||
;;
|
||||
|
||||
(defcustom gud-gdb-command-name "gdb --annotate=3"
|
||||
"Default command to execute an executable under the GDB debugger."
|
||||
"Default command to execute an executable under the GDB debugger.
|
||||
The option \"--annotate=3\" must be included in this value if you
|
||||
want the GDB Graphical Interface."
|
||||
:type 'string
|
||||
:group 'gud
|
||||
:version "22.1")
|
||||
|
|
Loading…
Add table
Reference in a new issue