# HG changeset patch # User Nick Roberts # Date 1178962519 0 # Node ID 5ba6d75719413db1b0d52fbd4de6ae8d546ea339 # Parent b28700641d1cdc391c54bb0998944fb0e58682dd Qualify using a separate terminal for debugging. diff -r b28700641d1c -r 5ba6d7571941 etc/DEBUG --- 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.