Re: NSString value in debugger?
Re: NSString value in debugger?
- Subject: Re: NSString value in debugger?
- From: Jeff Kelley <email@hidden>
- Date: Mon, 14 Mar 2011 13:02:57 -0400
Since it’s running GDB, all you need to do is type this command:
po myString
That’s short for Print Object. It will print the result of calling -description for Objective-C objects.
Jeff Kelley
On Mon, Mar 14, 2011 at 12:09 PM, Vyacheslav Karamov
<email@hidden> wrote:
Hi All!
How to make XCode 3.2 debugger to show NSString * string values?
_______________________________________________
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