diff options
| author | Eli Zaretskii | 2022-12-29 22:04:44 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-29 22:04:44 +0200 |
| commit | 7ccb88486eb289a1a59dcb01ae604fc6c31ea804 (patch) | |
| tree | 551c46b78739105a4a35d39cc890909e3c9802d5 | |
| parent | 558b59d81b938fc434e62523106360b9704c88e2 (diff) | |
| download | emacs-7ccb88486eb289a1a59dcb01ae604fc6c31ea804.tar.gz emacs-7ccb88486eb289a1a59dcb01ae604fc6c31ea804.zip | |
; * etc/DEBUG: Update MS-Windows specifics for GDB 13 and later.
| -rw-r--r-- | etc/DEBUG | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -277,8 +277,13 @@ GDB: | |||
| 277 | If you do this, then typing C-c or C-BREAK into the console window | 277 | If you do this, then typing C-c or C-BREAK into the console window |
| 278 | through which you interact with GDB will stop Emacs and return control | 278 | through which you interact with GDB will stop Emacs and return control |
| 279 | to the debugger, no matter if Emacs displays GUI or text-mode frames. | 279 | to the debugger, no matter if Emacs displays GUI or text-mode frames. |
| 280 | This is the only reliable alternative on MS-Windows to get control to | 280 | With GDB versions before 13.1, this is the only reliable alternative |
| 281 | the debugger, besides setting breakpoints in advance. | 281 | on MS-Windows to get control to the debugger, besides setting |
| 282 | breakpoints in advance. GDB 13.1 changed the way C-c and C-BREAK are | ||
| 283 | handled on Windows, so with those newer versions, you don't need the | ||
| 284 | "set new-console 1" setting to be able to interrupt Emacs by typing | ||
| 285 | C-c or C-BREAK into the console window from which you started Emacs | ||
| 286 | and where you interact with GDB. | ||
| 282 | 287 | ||
| 283 | ** Examining Lisp object values. | 288 | ** Examining Lisp object values. |
| 284 | 289 | ||