xcode 4 debugging shows 'Summary Unavailable' for most objects

后端 未结 7 2195
广开言路
广开言路 2020-12-16 10:08

Whilst using Xcode 4.0 and trying to debug and see what value is held in what variable - or see what objects are in an array etc, I always seem to get \"Summary Unavailable

7条回答
  •  感动是毒
    2020-12-16 10:57

    This happened to me upon upgrade to xCode 4.3.1.

    I found that editting the Run/Debug scheme and changing the Debugger setting in the Info tab from LLDB to GDB fixed the problem.

提交回复
热议问题