emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 7ccb88486e: ; * etc/DEBUG: Update MS-Windows specifics for GDB


From: Eli Zaretskii
Subject: emacs-29 7ccb88486e: ; * etc/DEBUG: Update MS-Windows specifics for GDB 13 and later.
Date: Thu, 29 Dec 2022 15:04:50 -0500 (EST)

branch: emacs-29
commit 7ccb88486eb289a1a59dcb01ae604fc6c31ea804
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/DEBUG: Update MS-Windows specifics for GDB 13 and later.
---
 etc/DEBUG | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/etc/DEBUG b/etc/DEBUG
index ef9160a209..ee134999da 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -277,8 +277,13 @@ GDB:
 If you do this, then typing C-c or C-BREAK into the console window
 through which you interact with GDB will stop Emacs and return control
 to the debugger, no matter if Emacs displays GUI or text-mode frames.
-This is the only reliable alternative on MS-Windows to get control to
-the debugger, besides setting breakpoints in advance.
+With GDB versions before 13.1, this is the only reliable alternative
+on MS-Windows to get control to the debugger, besides setting
+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.
 
 ** Examining Lisp object values.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]