Re: What are your tips for navigating the Xcode interface faster?
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