aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-04-29 19:27:55 +0300
committerEli Zaretskii2018-04-29 19:27:55 +0300
commit71be806d01c4e135f067bc842a9d684e594b4f35 (patch)
treeb7667b4a0de9ce6c04c714b6cb2a18278f5ad1a8
parent4403f89056d36d23404b3272f405b65bea312bf2 (diff)
downloademacs-71be806d01c4e135f067bc842a9d684e594b4f35.tar.gz
emacs-71be806d01c4e135f067bc842a9d684e594b4f35.zip
; * etc/DEBUG: Minor clarification.
-rw-r--r--etc/DEBUG4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 3db50029bf0..74a28973280 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -42,7 +42,9 @@ created in the 'src' directory.
42 42
43*** Configuring GDB 43*** Configuring GDB
44 44
45To start GDB, you can simply type "gdb RET" at the shell prompt. 45To start GDB to debug Emacs, you can simply type "gdb ./emacs RET" at
46the shell prompt (assuming you do that from the directory of the Emacs
47executable, usually the 'src' sub-directory of the Emacs tree).
46However, we recommend starting GDB from Emacs, see below. 48However, we recommend starting GDB from Emacs, see below.
47 49
48When you debug Emacs with GDB, you should start GDB in the directory 50When you debug Emacs with GDB, you should start GDB in the directory