• 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: What are your tips for navigating the Xcode interface faster?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What are your tips for navigating the Xcode interface faster?


  • Subject: Re: What are your tips for navigating the Xcode interface faster?
  • From: Alex Zavatone <email@hidden>
  • Date: Tue, 21 Aug 2012 11:39:07 -0400

On Aug 21, 2012, at 8:20 AM, Alex Zavatone wrote:

>
> On Aug 20, 2012, at 7:05 PM, glenn andreas wrote:
>
>>
>>
>> "po foo" != "print *foo"
>>
>> The former calls debugDescription, the latter uses introspection to examine and show the ivars and inheritance.
>>
>
> Ahhh, knowing that print actually uses introspection and po doesn't is very nice to know.


Actually, print doesn't display the class's ivars.  It just tells me this: $2 = (Person *) 0x6a43270

Using po with a description method does this for the same class instance variable:

 email: (null)
 fullname: (null)
 jobCode: (null)
 accountCountry: (null)
 jobFamily: (null)
 phone: (null)
 accountID: (null)
 accountDuns: (null)
 origin: HP2
 accountChannel: (null)
 employeeID: (null)
 accountCity: (null)
 longAccountID: (null)
 teamRole: (null)
 isOwner_sort: (null)

 _______________________________________________
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

  • Follow-Ups:
    • Re: What are your tips for navigating the Xcode interface faster?
      • From: glenn andreas <email@hidden>
References: 
 >What are your tips for navigating the Xcode interface faster? (From: Alex Zavatone <email@hidden>)
 >Re: What are your tips for navigating the Xcode interface faster? (From: Jens Alfke <email@hidden>)
 >Re: What are your tips for navigating the Xcode interface faster? (From: Alex Zavatone <email@hidden>)
 >Re: What are your tips for navigating the Xcode interface faster? (From: Jens Alfke <email@hidden>)
 >Re: What are your tips for navigating the Xcode interface faster? (From: Alex Zavatone <email@hidden>)
 >Re: What are your tips for navigating the Xcode interface faster? (From: glenn andreas <email@hidden>)
 >Re: What are your tips for navigating the Xcode interface faster? (From: Alex Zavatone <email@hidden>)

  • Prev by Date: Re: Unimplemented Selector Warning 3
  • Next by Date: Re: What are your tips for navigating the Xcode interface faster?
  • Previous by thread: Re: What are your tips for navigating the Xcode interface faster?
  • Next by thread: Re: What are your tips for navigating the Xcode interface faster?
  • Index(es):
    • Date
    • Thread