Reputation: 369
I'm using XCODE4.6, "Show Disassembly When Debugging" is unchecked. But it is still showing assembler to me sometimes.
Upvotes: 2
Views: 1020
Reputation: 122391
That option is for displaying the assembler of your compiled code (see the guide). The reason you are seeing some assembler is that you are stepping into library code for which there is no source available.