http://bugs.winehq.org/show_bug.cgi?id=24357
--- Comment #5 from michael 415fox@gmail.com 2010-09-13 18:32:33 CDT --- I think I could solve it if I could figure out how to get trace to work.
In the code at: http://source.winehq.org/source/dlls/iphlpapi/icmp.c
There are several TRACE calls in the function IcmpSendEcho
However, when I run with:
WINEDEBUG=trace+all ./Tracer.exe
Although I get tons of debug messages I don't seem to get any of the ones defined in that function.
I'm trying to figure out: Is it necessary to build from source to get traces from icmp? Or am I selecting the debug channel wrong?