summaryrefslogtreecommitdiff
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2007-05-12 09:38:20 +0000
committerNick Roberts <nickrob@snap.net.nz>2007-05-12 09:38:20 +0000
commit06b6baf6f9c3de7b40b5541ec832bed3afd97f90 (patch)
tree9b188e894c226f11380bd320a77e7dee49690b3f /etc/DEBUG
parentdc7b4dfe5996c35d66943b7b4a5d6e3cc8b7460e (diff)
downloademacs-06b6baf6f9c3de7b40b5541ec832bed3afd97f90.tar.gz
Qualify using a separate terminal for debugging.
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index ea4e14866ca..3c1912b5d78 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -64,10 +64,10 @@ use the set command until the inferior process has been started.
Put a breakpoint early in `main', or suspend the Emacs,
to get an opportunity to do the set command.
-When Emacs is running in a terminal, it is useful to use a separate terminal
-for the debug session. This can be done by starting Emacs as usual, then
-attaching to it from gdb with the `attach' command which is explained in the
-node "Attach" of the GDB manual.
+When Emacs is running in a terminal, it is sometimes useful to use a separate
+terminal for the debug session. This can be done by starting Emacs as usual,
+then attaching to it from gdb with the `attach' command which is explained in
+the node "Attach" of the GDB manual.
** Examining Lisp object values.