Xcode中“断点”标记的颜色的含义是什么? [英] What is the meaning of the color of the 'breakpoint' mark in Xcode

查看:203
本文介绍了Xcode中“断点”标记的颜色的含义是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我设置断点(双击特定行编辑器的边框)时,有3种颜色:
1.蓝色
2.褪色的蓝色
3.黄色与蓝色边框

When I set a breakpoint (double click the border of the editor at a particular line), there are 3 colors: 1. blue 2. faded blue 3. yellow with blue border

你能告诉我每种颜色的含义是什么?

can you please tell me what are the meaning of each color?

谢谢。 p>

Thank you.

推荐答案

深蓝色表示断点设置,武装,准备好走。

Dark blue means "break point set, armed, and ready to go."

浅蓝色表示断点设置,但您暂时将其暂停(可能是意外点击它)

Light blue means "break point set, but you've temporarily suspended it" (perhaps by accidentally clicking it again)

橙色表示代码在哪里'定义了这个断点不是(还是)加载到程序中;一旦加载,断点将被设置和布防。

Orange means "the code where you've defined this breakpoint is not (yet?) loaded into the program; once it does load in, the break point will be set and armed."

这篇关于Xcode中“断点”标记的颜色的含义是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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