在调试期间使用 xcode 以十六进制显示变量值不再起作用(xcode 3.2.3)
我上周切换到了 xcode 3.2.3,奇怪的是我无法在调试过程中以十六进制显示变量值。
当我打开“运行”>变量视图则除前两个选项外所有选项均保持灰色(使用数据格式化程序/显示类型列)。
有人注意到这一点吗?为什么会有这样的改变?
弗朗兹
I switched to xcode 3.2.3 last week and curiously I cannot display variable values in hexadecimal during the debug process.
When I open Run > Variable views then all options remain gray except the first two ones (Use data Formatters / Show Type Column).
Did someone notice this? Why such a change?
Franz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我注意到类似的事情;我认为这是一个错误。
对我有用的是在断点处停止并打开和关闭“使用数据格式化程序”选项;这似乎可以实现其他选择。
I noticed something similar; I assume it's a bug.
What worked for me was to stop at a breakpoint and toggle the "Use Data Formattters" option off and on; that seemed to enable the other options.