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

蹲街弑〆低调 提交于 2019-12-06 09:58:48

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

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