Bug in WineDbg

Dan Kegel dank at kegel.com
Sun Mar 2 10:21:46 CST 2003


Eric Pouech wrote:
> 
>> Tell me you're joking.  I hate wineconsole; why should I have
>> to use it when I want to use winedbg?
> 
> if you want to have proper Ctrl-C handling, you have to use wineconsole
> 
> IOW, winedbg is a winelib app and gets its input from win32 console
> 
> feel free to write another input driver (from bare unix streams) which 
> would put the unix-console in raw mode to handle properly the ctrl-c

That'd be the wrong approach.  You don't want to handle "control c",
you want to handle SIGINT.
- Dan

-- 
Dan Kegel
http://www.kegel.com
http://counter.li.org/cgi-bin/runscript/display-person.cgi?user=78045




More information about the wine-devel mailing list