diff options
| author | Nick Roberts | 2007-05-12 09:38:20 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-05-12 09:38:20 +0000 |
| commit | 06b6baf6f9c3de7b40b5541ec832bed3afd97f90 (patch) | |
| tree | 9b188e894c226f11380bd320a77e7dee49690b3f | |
| parent | dc7b4dfe5996c35d66943b7b4a5d6e3cc8b7460e (diff) | |
| download | emacs-06b6baf6f9c3de7b40b5541ec832bed3afd97f90.tar.gz emacs-06b6baf6f9c3de7b40b5541ec832bed3afd97f90.zip | |
Qualify using a separate terminal for debugging.
| -rw-r--r-- | etc/DEBUG | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 |
2 files changed, 9 insertions, 4 deletions
| @@ -64,10 +64,10 @@ use the set command until the inferior process has been started. | |||
| 64 | Put a breakpoint early in `main', or suspend the Emacs, | 64 | Put a breakpoint early in `main', or suspend the Emacs, |
| 65 | to get an opportunity to do the set command. | 65 | to get an opportunity to do the set command. |
| 66 | 66 | ||
| 67 | When Emacs is running in a terminal, it is useful to use a separate terminal | 67 | When Emacs is running in a terminal, it is sometimes useful to use a separate |
| 68 | for the debug session. This can be done by starting Emacs as usual, then | 68 | terminal for the debug session. This can be done by starting Emacs as usual, |
| 69 | attaching to it from gdb with the `attach' command which is explained in the | 69 | then attaching to it from gdb with the `attach' command which is explained in |
| 70 | node "Attach" of the GDB manual. | 70 | the node "Attach" of the GDB manual. |
| 71 | 71 | ||
| 72 | ** Examining Lisp object values. | 72 | ** Examining Lisp object values. |
| 73 | 73 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5129fa474c6..d2998532dfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-05-12 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * xt-mouse.el (xterm-mouse-debug-buffer): New variable. | ||
| 4 | (xterm-mouse-translate): Use it. | ||
| 5 | |||
| 1 | 2007-05-10 Richard Stallman <rms@gnu.org> | 6 | 2007-05-10 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. | 8 | * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments. |