www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics



digitalmars.D.debugger - [ddbg] Capture Ctrl+C or Ctrl+Break?

↑ ↓ ← "Vladimir Panteleev" <thecybershadow gmail.com> writes:
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
Jul 01 2007
↑ ↓ → Jascha Wetzel <firstname mainia.de> writes:
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).
Jul 02 2007