# HG changeset patch # User Nick Roberts # Date 1199677863 0 # Node ID 1216df3236315bd12fe8443393ad33f6f5d3a126 # Parent ec9cfc111df00de199eeeaf9af708f90d482f780 (gud-gdb-command-name): Explain "--annotate=3" option is necessary for the Graphical Interface. diff -r ec9cfc111df0 -r 1216df323631 lisp/progmodes/gdb-ui.el --- a/lisp/progmodes/gdb-ui.el Mon Jan 07 03:49:07 2008 +0000 +++ b/lisp/progmodes/gdb-ui.el Mon Jan 07 03:51:03 2008 +0000 @@ -1256,7 +1256,9 @@ ;; (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")