; * etc/DEBUG: Mention "handle SIGINT" on MS-Windows.
This commit is contained in:
parent
b4bcbabf95
commit
872a7336dc
1 changed files with 4 additions and 1 deletions
|
@ -283,7 +283,10 @@ breakpoints in advance. GDB 13.1 changed the way C-c and C-BREAK are
|
||||||
handled on Windows, so with those newer versions, you don't need the
|
handled on Windows, so with those newer versions, you don't need the
|
||||||
"set new-console 1" setting to be able to interrupt Emacs by typing
|
"set new-console 1" setting to be able to interrupt Emacs by typing
|
||||||
C-c or C-BREAK into the console window from which you started Emacs
|
C-c or C-BREAK into the console window from which you started Emacs
|
||||||
and where you interact with GDB.
|
and where you interact with GDB. Instead, make sure that SIGINT will
|
||||||
|
stop Emacs under the debugger:
|
||||||
|
|
||||||
|
(gdb) handle SIGINT stop nopass
|
||||||
|
|
||||||
** Examining Lisp object values.
|
** Examining Lisp object values.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue