[ddbg] Capture Ctrl+C or Ctrl+Break?

Jascha Wetzel firstname at mainia.de
Mon Jul 2 03:24:56 PDT 2007


Vladimir Panteleev wrote:
> Hi Jascha,
> 
> Is it possible that Ddbg would make use of the SetConsoleCtrlHandler Windows API to handle Ctrl+Break signals, so it's possible to break an application that's running in the same console window as the debugger?
> 

yep, i have that on my todo list for a while now. i'll move it up a bit ;)
atm, you can only use ctrl+c if the debuggee is running in a separate 
console (nc command).


More information about the Digitalmars-d-debugger mailing list