开发者

Xcode 4 variable summaries in debugger

开发者 https://www.devze.com 2023-03-31 07:47 出处:网络
In Xcode 3, when viewing variables with the debugger, there was a \"Summary\" column, shown in this image. You could edit what appeared there, so you could preview all kinds of data types. In Xcode 4,

In Xcode 3, when viewing variables with the debugger, there was a "Summary" column, shown in this image. You could edit what appeared there, so you could preview all kinds of data types. In Xcode 4, I can't find similar functionality. I've found I can right-click the variables and choose "Edit Summary Format...", but though I can edit it like in Xcode 3, the actual result doesn't seem to show up anywhere! This demonstrates my problem:

Xcode 4 variable summaries in debugger

As you can see, there's no summary column. How can开发者_开发问答 I actually see the result of the summary in Xcode 4?


Eh, I was having lots of issues with Xcode, so I just ended up doing a clean install. It seems to have fixed the issues. Oh well.

0

精彩评论

暂无评论...
验证码 换一张
取 消