aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-06 10:38:49 +0000
committerRichard M. Stallman2005-02-06 10:38:49 +0000
commit7483daa1481990d5ecb7ea41c2469838714cba5d (patch)
treed8f1d8f953adf8dcaef9118628ca178d926e75d9
parente120ea40ca3399e54cbe6c8597090d140997965b (diff)
downloademacs-7483daa1481990d5ecb7ea41c2469838714cba5d.tar.gz
emacs-7483daa1481990d5ecb7ea41c2469838714cba5d.zip
Minor clarification.
-rw-r--r--etc/DEBUG4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index cbe79ee3ab6..b242d1d028d 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -17,8 +17,8 @@ should read the Windows-specific section near the end of this
17document.] 17document.]
18 18
19** When you debug Emacs with GDB, you should start it in the directory 19** When you debug Emacs with GDB, you should start it in the directory
20where you built Emacs. That directory has a .gdbinit file that defines 20where the executable was made. That directory has a .gdbinit file
21various "user-defined" commands for debugging Emacs. 21that defines various "user-defined" commands for debugging Emacs.
22 22
23** It is a good idea to run Emacs under GDB (or some other suitable 23** It is a good idea to run Emacs under GDB (or some other suitable
24debugger) *all the time*. Then, when Emacs crashes, you will be able 24debugger) *all the time*. Then, when Emacs crashes, you will be able