Re: NSString value in debugger?
Re: NSString value in debugger?
- Subject: Re: NSString value in debugger?
- From: Ulf Dunkel <email@hidden>
- Date: Tue, 15 Mar 2011 08:57:38 +0100
- Organization: invers Software
How to make XCode 3.2 debugger to show NSString * string values?
It is usually shown and updated live in the debugger's list of
variables. Maybe you have to open the "self" group to see it.
Another simple way is to use NSLog(@"%@", myString).
---Ulf Dunkel
_______________________________________________
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