• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Still no way to view CFString in custom data fomatter, huh?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Still no way to view CFString in custom data fomatter, huh? (From: Rick Mann <email@hidden>)
 >Re: Still no way to view CFString in custom data fomatter, huh? (From: Dmitry Markman <email@hidden>)
 >Re: Still no way to view CFString in custom data fomatter, huh? (From: Rick Mann <email@hidden>)
 >Re: Still no way to view CFString in custom data fomatter, huh? (From: Chris Espinosa <email@hidden>)
 >Re: Still no way to view CFString in custom data fomatter, huh? (From: Rick Mann <email@hidden>)
 >Re: Still no way to view CFString in custom data fomatter, huh? (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Still no way to view CFString in custom data fomatter, huh?
  • Next by Date: Re: llvm?
  • Previous by thread: Re: Still no way to view CFString in custom data fomatter, huh?
  • Next by thread: Nasm, PIC and the Leopard/XCode 3.0 linker
  • Index(es):
    • Date
    • Thread