Re: Still no way to view CFString in custom data fomatter, huh?
Re: Still no way to view CFString in custom data fomatter, huh?
- Subject: Re: Still no way to view CFString in custom data fomatter, huh?
- From: Rick Mann <email@hidden>
- Date: Wed, 31 Oct 2007 23:31:34 -0700
On Oct 31, 2007, at 11:24 PM, Chris Espinosa wrote:
When Xcode substitutes mName for $VAR, you're telling it to access
mName.mObject.mName, which makes no sense.
For each line, Xcode substitutes for $VAR the entity on that line.
So you can put (CFStringRef)$VAR.mObject.mName in the Summary for
the top level variable, or (CFStringRef)$VAR for mName, but what you
put will not expand.
I realized that I had that wrong. I tried
%NCFObject.mObject% get hex address
{$VAR.mObject} get nothing (but the string)
{$VAR.mObject}:v get nothing
{$VAR.mObject}:s get nothing
{$VAR.NCFObject.mObject} get nothing
{$VAR.NCFObject.mObject}:s/v get nothing
...
I'm not sure what to do here.
--
Rick
_______________________________________________
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