diff options
| -rw-r--r-- | etc/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -36,7 +36,7 @@ kick in, provided that you run under GDB. | |||
| 36 | All Lisp errors go through there. | 36 | All Lisp errors go through there. |
| 37 | 37 | ||
| 38 | It is useful, when debugging, to have a guaranteed way to return to | 38 | It is useful, when debugging, to have a guaranteed way to return to |
| 39 | the debugger at any time. When using X, this is easy: type C-c at the | 39 | the debugger at any time. When using X, this is easy: type C-z at the |
| 40 | window where Emacs is running under GDB, and it will stop Emacs just | 40 | window where Emacs is running under GDB, and it will stop Emacs just |
| 41 | as it would stop any ordinary program. When Emacs is running in a | 41 | as it would stop any ordinary program. When Emacs is running in a |
| 42 | terminal, things are not so easy. | 42 | terminal, things are not so easy. |