Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个与 xCode 6.1 相关的问题。在调试时,我将鼠标箭头指针放在变量上,但它会显示 [0] 值而不是实际值。当我使用 po 命令在控制台窗口中打印它时,它将显示实际值。
任何人都可以帮助我并告诉我为什么会这样吗?
谢谢你。
编辑
即使在 Xcode 7 中也无法正常工作。我在 xcode 7 及更高版本中遇到了同样的问题。