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: Laurent Daudelin <email@hidden>
- Date: Mon, 20 Aug 2012 15:41:17 -0700
On Aug 20, 2012, at 14:10, Alex Zavatone <email@hidden> wrote:
> If I have a class, and I po an instance of that class, no ivars get printed out to the console until I write a descriptor method for the class.
>
> po works fine to display the values in arrays and dicts, but not for custom classes. And I never get them listed in the debugger either.
po is just sending the "description" message to your instance. If you want to have any specific ivars printed, you have to subclass description. It's always been that way, since NEXTSTEP 0.9 through these days...
-Laurent.
--
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/
Logiciels Nemesys Software email@hidden
_______________________________________________
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