comparison etc/DEBUG @ 44813:927a6a3e6c8f

Tell them to use C-z, not C-c, to stop Emacs under X.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 24 Apr 2002 16:57:19 +0000
parents 7fe131ded6d9
children e0ff22ddc744
comparison
equal deleted inserted replaced
44812:6cc0614312ce 44813:927a6a3e6c8f
34 34
35 `Fsignal' is a very useful place to put a breakpoint in. 35 `Fsignal' is a very useful place to put a breakpoint in.
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.
43 43
44 The src/.gdbinit file in the Emacs distribution arranges for SIGINT 44 The src/.gdbinit file in the Emacs distribution arranges for SIGINT