Re: Data formatter for wstring
Re: Data formatter for wstring
- Subject: Re: Data formatter for wstring
- From: Graham Westlake <email@hidden>
- Date: Thu, 15 Sep 2005 11:00:46 +0100
On 14 Sep 2005, at 20:06, Robb Olsen-Albright wrote:
We use std::wstrings for all the cross platform engine strings, and
I need a way to see the string contents in the debugger
We had a similar problem, and found none of the built-in formatters
will do the job. You'll need to write your own custom data formatter,
following the instructions in /Developer/Applications/Xcode.app/
Contents/PlugIns/GDBMIDebugging.xcplugin/Contents/Headers/
DataFormatterPlugin.h. I also found it useful to examine some of the
supplied formatter bundles, such as CarbonDataFormatters.bundle, to
ensure mine was structured correctly.
Graham Westlake
Sibelius Software Ltd.
_______________________________________________
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