BUG: Debug channels get initialized too late

Alexandre Julliard julliard at winehq.org
Thu Nov 27 14:33:14 CST 2003


"Dmitry Timoshkov" <dmitry at baikal.ru> writes:

> currently debug channels are initialized too late. Due to that
> debugging with +nls turned on doesn't show traces produced by
> dlls/kernel/locale.c,LOCALE_Init().

That's because we need the locale stuff before parsing the command
line, and the debug options are on the command line. The solution is
to get rid of the --debugmsg option and use a WINEDEBUG environment
variable instead.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list