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: Jens Alfke <email@hidden>
- Date: Tue, 21 Aug 2012 12:45:55 -0700
On Aug 21, 2012, at 12:33 PM, Alex Zavatone <email@hidden> wrote:
> (lldb) print person
> (Person *) $3 = 0x0683c680
UR DOIN IT RONG.
Somebody already pointed out to you, in this thread, that you need to do "print *person" to dereference the pointer. Then it will print all the info.
—Jens
_______________________________________________
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