mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
; * etc/DEBUG: Update MS-Windows specifics for GDB 13 and later.
This commit is contained in:
parent
558b59d81b
commit
7ccb88486e
1 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue