Re: Who has a wstring data formatter
Re: Who has a wstring data formatter
- Subject: Re: Who has a wstring data formatter
- From: Michael Fielitz <email@hidden>
- Date: Mon, 15 Oct 2007 10:49:43 +0200
Am 11.10.2007 um 12:42 schrieb Tim Conkling:
I know this question has probably been asked by every other person
on this
list, but I searched Google and the list archives and couldn't find
a data
formatter to display wchar_t*/std::wstring values in Xcode's debugger.
Has somebody written one, and is it available for use?
Thanks,
Tim
Hi Tim,
you have to write your own custom data formatter, as shown here:
http://developer.apple.com/samplecode/WcharDataFormatter/index.html
To get the proper summary for std::wstring, an additional property
list is needed, which is also included in the example.
Happy coding,
Michael
--
Michael Fielitz, Software Engineer
axaio software GmbH
Schoenhauser Allee 6/7
10119 Berlin, Germany
HRB 101048, Amtsgericht Charlottenburg
Geschäftsführer: Olaf Drümmer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden