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: Chris Espinosa <email@hidden>
- Date: Wed, 31 Oct 2007 23:24:23 -0700
On Oct 31, 2007, at 10:35 PM, Rick Mann wrote: {(CFStringRef)$VAR.mObject.mName}:s
for mName, to no avail. I tried a few variants here. %NCFObject.mObject% returns the value field, which is just the hex address. Nothing else returned anything.
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.
Chris |
_______________________________________________
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