I’m using XCODE4.6, “Show Disassembly When Debugging” is unchecked.
But it is still showing assembler to me sometimes.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.