Remove debugmsg from guides

Eric Pouech pouech-eric at wanadoo.fr
Sun Apr 25 10:21:28 CDT 2004


Ivan Leo Murray-Smith a écrit :
> With this all unneeded references to debugmsg should be gone. Just one note, in
> debugger.sgml I found this
> [MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 957636538
> "Auto"=dword:00000001
> "Debugger"="winedbg --debugmsg -all %ld %ld"
> As I don't know what it's meant to be now, I've left it, if it should change,
> let me know.
> Please let me know if something isn't OK.
> 
> Ivan.
this should be changed into
"Debugger"="winedbg %ld %ld"
(the issue is that the debugger will be inheriting the parent's debug 
channel, while this setting was turning off all debugging channels from 
debugger itself).
A+



More information about the wine-devel mailing list