Mercurial > emacs
diff etc/DEBUG @ 80897:5ba6d7571941
Qualify using a separate terminal for debugging.
| author | Nick Roberts <nickrob@snap.net.nz> |
|---|---|
| date | Sat, 12 May 2007 09:35:19 +0000 |
| parents | 563a04f93ea0 |
| children | b98604865ea0 d7172f202ab8 |
line wrap: on
line diff
--- a/etc/DEBUG Fri May 11 11:22:54 2007 +0000 +++ b/etc/DEBUG Sat May 12 09:35:19 2007 +0000 @@ -64,10 +64,10 @@ 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.
