Re: NSString out of scope
Re: NSString out of scope
- Subject: Re: NSString out of scope
- From: "Mr. George Warner" <email@hidden>
- Date: Wed, 2 Dec 2009 08:57:25 -0800
On Tue, 1 Dec 2009 23:14:44 +1100, Graham Cox <email@hidden> wrote:
> On 01/12/2009, at 10:52 PM, Pierre Berloquin wrote:
>> When I want to test the content of the string I can't and the debugger displays "out of scope".
> Ah, the debugger! Now we are getting somewhere. I see that fairly frequently. It's not necessarily indicative of a code error, since as far as I can tell from what you've posted, there isn't one.
Usually I only see this when ether the debug file format is set to stabs or the optimization level isn't zero.
DEBUG_INFORMATION_FORMAT = dwarf
DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
GCC_OPTIMIZATION_LEVEL = 0
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden