Xcode 3.2 Debug: Seeing whats in an array?

后端 未结 3 1362
失恋的感觉
失恋的感觉 2020-12-28 18:04

Whilst debugging in Xcode_3.1.2 I am pretty sure I could see the contents of my NSString arrays. However after upgrading to 3.2 I only see the following ...

3条回答
  •  -上瘾入骨i
    2020-12-28 18:26

    I am not sure if this helps but if you select the array value to wish to see in the debugger window and the go to the Menu : Run > Variables View > View Variable As you can change it from "NSCFString *" to "NSString *". You then see the value so "Planet_1" for example.

    Cheers,

    Kevin

提交回复
热议问题