Xcode Debugger:蓝色斜体文本是什么意思? [英] Xcode Debugger: What does the blue italic text mean?

查看:276
本文介绍了Xcode Debugger:蓝色斜体文本是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下是屏幕截图:

很明显,它表示我的结构的x坐标与y坐标不同,但它们的值是相同的。它们如何不同?

Clearly it indicates that the x coordinate of my struct differs from the y coordinate, however their values are the same. How do they differ?

虽然我们在...它应该更容易...资本L图标表示什么?

While we're at it... This one should be easier... What does the capital L icon indicate?

推荐答案

蓝色斜体文字表示该变量(或表达式)的值自上次暂停程序后已更改。

The blue italic text means that the value of that variable (or expression) has changed since the last time the program paused.

L在绿色方块表示 c 是一个局部变量。紫色方块中的A表示函数或方法参数(例如,您将在 self 旁边看到)。绿色方块中的V表示某种其他类型的变量,如实例变量或全局变量。可能有其他人,但我不记得他们。

"L" in the green square means that c is a local variable. "A" in a purple square means a function or method argument (e.g. you will see this next to self). "V" in a green square means some other type of variable, like an instance variable or a global variable. There may be others but I don't remember them.

这篇关于Xcode Debugger:蓝色斜体文本是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆