27 Nov
2003
27 Nov
'03
8:33 p.m.
"Dmitry Timoshkov" <dmitry(a)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(a)winehq.com