TRACE () documentation

James McKenzie jjmckenzie51 at earthlink.net
Thu Jan 14 20:48:45 CST 2010


Nikolay Sivov wrote:
> On 1/15/2010 05:31, James McKenzie wrote:
>> James Hawkins wrote:
>>   
>>> On Thu, Jan 14, 2010 at 6:19 PM, James McKenzie
>>> <jjmckenzie51 at earthlink.net>  wrote:
>>>
>>>     
>>>> All:
>>>>
>>>> Is there documentation anywhere on how to use the TRACE command?
>>>>
>>>> I am trying to print out the contents of a UNICODE string using
>>>> this commnd.
>>>>
>>>> Thank you.
>>>>
>>>>
>>>>        
>>> There are thousands and thousands of examples in the source already.
>>>
>>> wchar* unicode_str; or
>>> LPWSTR unicode_str;
>>>
>>> TRACE("%s\n", debugstr_w(unicode_str));
>>>
>>>
>>>      
>> Duh....  I knew the answer was simple.  I think this needs a page on the
>> Wiki in the developer area.  I just could not find an example in all of
>> the TRACEs there....
>>
>> Thank you James.
>>    
> http://www.winehq.org/docs/winedev-guide/dbg-helpers
>
> Last paragraph. No?
>
>
Yes, Nikolay.  A search using TRACE of the entire Winehq site did not
reveal this on the first page.  I blame Google...

James McKenzie




More information about the wine-devel mailing list