xcode 4 debugging shows 'Summary Unavailable' for most objects

后端 未结 7 2178
广开言路
广开言路 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:52

    While waiting for Apple to fix Xcode 4 you can try using "Print Description", which prints the value to console.

提交回复
热议问题