]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/DEBUG: Mention "handle SIGINT" on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Dec 2024 18:23:40 +0000 (20:23 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 15 Dec 2024 16:36:08 +0000 (17:36 +0100)
(cherry picked from commit 872a7336dc083c6f28acb292cf389f0f14b0f354)

etc/DEBUG

index 77fe78e32fdab553ff0045a0d43d5fda3e973a1f..a9ed8b26b64f464be7d7edc9c9db11011d2cac5f 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -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
 "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
-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.