[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debugging GNU Emacs on MS Windows / getting control back to gdb
From: |
Alain Schneble |
Subject: |
Re: Debugging GNU Emacs on MS Windows / getting control back to gdb |
Date: |
Sun, 21 Aug 2016 18:46:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) |
Eli Zaretskii <address@hidden> writes:
>> From: Alain Schneble <address@hidden>
>> Date: Sun, 21 Aug 2016 18:09:57 +0200
>>
>> When debugging GNU Emacs using gdb or gud-gdb on MS Windows, is there a
>> way to return control back to GDB at any point in time by suspending the
>> debuggee process -- without setting any breakpoint upfront?
>
> Not really, no.
Actually, I just found
http://www.mingw.org/wiki/Workaround_for_GDB_Ctrl_C_Interrupt, compiled
it and it works!
This allows us to call debugbreak.exe [PID] and control goes back to
gdb!
Alain