Uwe Bonnes wrote:
Hallo,
in c.e.w.e, the subject of starting the debugmessages defereed appeared again. A google search brings up a not applied patch from 2001.
What's the status? With multi 100MByte logs, it would be usefull.
Bye
Alexandre doesn't like the way of using key combinations (which could be useful to a given program) if you want to do it, winedbg just does the job A+
Alexandre doesn't like the way of using key combinations (which could be useful to a given program) if you want to do it, winedbg just does the job A+
How can you do that? the debugmsg command didn't appear to exist (or at least, grepping the winedbg source didn't show any implementation for it I could see)
Oh, another idea - would it be possible to have Wine delay logging until it receives a signal. That way you could use "kill" to toggle logging.
On Mon, 2003-02-17 at 10:21, Mike Hearn wrote:
Alexandre doesn't like the way of using key combinations (which could be useful to a given program) if you want to do it, winedbg just does the job A+
How can you do that? the debugmsg command didn't appear to exist (or at least, grepping the winedbg source didn't show any implementation for it I could see)
How can you do that? the debugmsg command didn't appear to exist (or at least, grepping the winedbg source didn't show any implementation for it I could see)
set + file => turns all file debug channels on set warn + file => turns the warn info on file on (implementation is in info.c IIRC)
A+