Mercurial > emacs
changeset 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 | b28700641d1c |
children | 453654d283ff |
files | etc/DEBUG |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
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.