Hi guys.
Using Xcode 4.2, Latest Lion, LLVM LLDB, Clang options.
LLVM compiler 3.0
dwarf with dSYM
All optimization settings turned OFF.
When i land on a breakpoint my local variable display isn’t working. It sees my local integer variables, but doesn’t rep or the right value for the
given breakpoint position. And it doesn’t show ANY local variables that are pointers to classes that were instantiated ( via NEW ).
what gives ?.
I was using Xcode 4.0 with Snow leopard before this weekend and had the same issue. Foolishly i thought maybe upgrading ( both OS and IDE )
might fix this, but NO.
I seem to recall having these kind of irritating issues years ago!. Haven’t things moved on ?.
For information i am developing an OSX app built using the JUCE framework, on a MacBook Pro witht he latest Lion and Xcode.
setting 10.6 or 10.7 as the target makes no difference either.
Regards
Dan