On Tue, 1 Dec 2009 23:14:44 +1100, Graham Cox <[email protected]> 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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
