Question about improving debugging on Mingw build

Alexandre Julliard julliard at winehq.org
Wed Jul 9 21:33:53 CDT 2003


Steven Edwards <steven_ed4153 at yahoo.com> writes:

> The last time I tested I couldnt get anything to work but now FIXME and ERROR do. I guess maybe I
> did something wrong the last time I tried to test. Are the TRACE and WARN messages only for
> WINEserver? Those still dont show up for me.

They are off by default, they are switched on by the --debugmsg flag,
which of course doesn't work for you... you can simulate it by calling
wine_dbg_parse_options() from somewhere in the app startup code.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list