jmosesman
jmosesman

Reputation: 726

Xcode 4 not showing line that debugger is stopped on

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

Answers (3)

Rinku
Rinku

Reputation: 920

debug -> debug Workflow -> always show Disassembly (uncheck).

This works for meenter image description here

Upvotes: 1

Irtaza
Irtaza

Reputation: 1

Unfolding All the code and restarting xcode solved my problem. Irtaza

Upvotes: 0

jmosesman
jmosesman

Reputation: 726

Fixed the issue by deleting XCode and reinstalling. Just updating to the newer version would not fix it.

Upvotes: 0

Related Questions