spy.c in debug output

Alexandre Julliard julliard at winehq.org
Mon Jan 3 08:19:50 CST 2005


"Dimitrie O. Paun" <dpaun at rogers.com> writes:

> Right. A default implementation could be just:
> 
> wine_dbg_sprintf("%x", msg);
> 
> Anyway, it would be way cool if we could use the nice dumping
> functions from spy.
> 
> We should be exporting a
>    wine_dbg_msg_{enter,exit}()
> that we could use them nicely in our window procs.

You can also simply turn on the +message channel and you get nice
traces for all the window procs. I don't think there's much point in
duplicating that functionality inside the window procs themselves.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list