问题描述
当我在XCode 4中的一行上放置一个断点,并且它在该断点处停止时,它不会显示最初突出显示的行或当我步进时。这只会发生一次 - 当我最初打开XCode。它会显示行,然后每次运行后,它不会。
When I place a breakpoint on a line in XCode 4, and it stops at that breakpoint, it doesn't show the line that is highlighted initially or when I step. This only happens once--when I initially open XCode. It will show the line, and then every run after that it won't.
任何想法如何带回来?它是XCode 4.0.2。我读了很多关于XCode的错误,我也经历过,但是有什么可以做的吗?
Any ideas how to bring it back? It's XCode 4.0.2. I've read a lot about XCode being broken, and I've experienced that too, but is there anything I can do?
编辑:我也试过重新安装XCode从新的下载。
I've also tried reinstalling XCode from a fresh download.
推荐答案
通过删除XCode并重新安装来解决问题。只是更新到较新版本将无法解决它。
Fixed the issue by deleting XCode and reinstalling. Just updating to the newer version would not fix it.
这篇关于Xcode 4不显示调试器停止的行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!