Reputation: 726
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.
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?
Edit: I've also tried reinstalling XCode from a fresh download.
Upvotes: 1
Views: 426
Reputation: 920
debug -> debug Workflow -> always show Disassembly (uncheck).
This works for me
Upvotes: 1
Reputation: 726
Fixed the issue by deleting XCode and reinstalling. Just updating to the newer version would not fix it.
Upvotes: 0