]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/DEBUG: Minor clarification.
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Apr 2018 16:27:55 +0000 (19:27 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Apr 2018 16:27:55 +0000 (19:27 +0300)
etc/DEBUG

index 3db50029bf0c7a6e31b301db5e49f68858b33bab..74a289732809f38ca61686952a6d5476a66ce9b8 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -42,7 +42,9 @@ created in the 'src' directory.
 
 *** Configuring GDB
 
-To start GDB, you can simply type "gdb RET" at the shell prompt.
+To start GDB to debug Emacs, you can simply type "gdb ./emacs RET" at
+the shell prompt (assuming you do that from the directory of the Emacs
+executable, usually the 'src' sub-directory of the Emacs tree).
 However, we recommend starting GDB from Emacs, see below.
 
 When you debug Emacs with GDB, you should start GDB in the directory