美文网首页
iOS开发之~Xcode 调试区图标含义

iOS开发之~Xcode 调试区图标含义

作者: 跌不死的蚂蚁 | 来源:发表于2019-11-18 17:33 被阅读0次

好奇xcode调试区域每个字母表示什么含义的同学可以参考一下
图片引用自苹果官方文档说明
https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/debugging_with_xcode/chapters/debugging_tools.html

var-icon-group_2x_2x.png

中英文翻译

英文 中文
Local Variable 局部变量
Argument 实际参数(内容上下文)
Static Variable 静态变量
Global Variable 全局变量
Register 寄存器
Instance Variable 实例变量
Expression 表达式

相关文章

网友评论

      本文标题:iOS开发之~Xcode 调试区图标含义

      本文链接:https://www.haomeiwen.com/subject/qwldictx.html