[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 872a7336dc0: ; * etc/DEBUG: Mention "handle SIGINT" on MS-Windo
From: |
Eli Zaretskii |
Subject: |
emacs-30 872a7336dc0: ; * etc/DEBUG: Mention "handle SIGINT" on MS-Windows. |
Date: |
Mon, 9 Dec 2024 13:24:08 -0500 (EST) |
branch: emacs-30
commit 872a7336dc083c6f28acb292cf389f0f14b0f354
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * etc/DEBUG: Mention "handle SIGINT" on MS-Windows.
---
etc/DEBUG | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/etc/DEBUG b/etc/DEBUG
index 06544674e5d..e16a21f3824 100644
--- 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 872a7336dc0: ; * etc/DEBUG: Mention "handle SIGINT" on MS-Windows.,
Eli Zaretskii <=