Losing locals in debugger
Losing locals in debugger
- Subject: Losing locals in debugger
- From: Ian J.Wessman <email@hidden>
- Date: Fri, 15 Feb 2008 08:35:51 -0800
Somehow, after spending time away from my project, I've suddenly lost
the ability to view most local instance variables in the debugger.
I was using Xcode 2.4.1 (didn't work), upgraded to 2.5 (didn't work),
even uninstalled all dev tools and installed 2.5 (didn't work), all
on 10.4.11.
Note that the instance variables that I had trouble with are
prepended with underscores (i.e. _mySecretVar). I know the
NamingMethods article frowns upon this, but only ivars are being
named this way, not methods. Besides, changed the names to lack
underscores, cleaned all, recompiled, and was left with the same mess.
For reference, my build settings:
- Optimization: None (saw the prior posts on this)
- Verbose undefined symbols: YES
- Strip Linked Product: NO
- Strip Style: Debugging Symbols
- Strip Debug Symbols During Copy: NO
- Generate Debug Symbols: YES
Is there something I'm missing? Has Apple chosen to enforce their
reserved naming conventions?
Thanks in advance,
-Ian J. Wessman
_______________________________________________
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