好奇xcode调试区域每个字母表示什么含义的同学可以参考一下
图片引用自苹果官方文档说明
https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/debugging_with_xcode/chapters/debugging_tools.html
中英文翻译
英文 | 中文 |
---|---|
Local Variable | 局部变量 |
Argument | 实际参数(内容上下文) |
Static Variable | 静态变量 |
Global Variable | 全局变量 |
Register | 寄存器 |
Instance Variable | 实例变量 |
Expression | 表达式 |