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.
是否可以在变量监视窗口的调试器数据提示中看到 NSNumber 的数值?
我将一个整数值存储在 NSNumber 中,并希望在调试期间查看该值。
我已经在调试器中尝试了一些数据格式化程序,但没有多大帮助。
打开 Debugger 视图并在 Summary 列中输入
{(int)[$VAR intValue]}
或任何最适合您希望在调试器中看到的解释。