Debugging issues using XCODE 4.2. Installed
on Lion. Using GDB: When hovering over either
global or local data structures in the code, a message “out of scope - summary unavailable” appears for each
item in the data structure. Xcode
does correctly identify the data structure and the number of elements it
contains. For variables such as
integers, float etc. a correct value is displayed when the cursor is moved over
the variable. The debug window shows only local
variables and registers. No global variables are displayed regardless of the
display option selected. For the
local data structures the correct values are displayed when selected from the
debug window. Switched to The LLDB debugger, when
hovering over the data structures in the code, data is displayed but it is
incorrect. Data displayed from the debug window is also incorrect. LLDB must be
getting it from the wrong symbol file. This would point to an installation
issue. I just can find it. The program works just fine, just
cannot debug it. I have done the usual such as re-downloading
and reinstalling Xcode several times with no luck. Xcode 3.2 under snow Leopard worked just
fine. Anybody else have this problem?? Any suggestions would be appreciated. Thanks Rashid
|