July 01, 2007 [ddbg] Capture Ctrl+C or Ctrl+Break? | ||||
---|---|---|---|---|
| ||||
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?
--
Thanks,
Vladimir mailto:thecybershadow@gmail.com
|
July 02, 2007 Re: [ddbg] Capture Ctrl+C or Ctrl+Break? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Panteleev | 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).
|
Copyright © 1999-2021 by the D Language Foundation