What is the meaning of the color of the 'breakpoint' mark in Xcode

不问归期 提交于 2019-12-07 23:50:53

问题


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?

Thank you.


回答1:


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."



来源:https://stackoverflow.com/questions/924407/what-is-the-meaning-of-the-color-of-the-breakpoint-mark-in-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!