2

I'm using Xcode4 and the debugger keeps jumping into .asm code when I select jump over. I don't know .asm and just want the next line of ObjC code. Is there some setting to have it not show the .asm code? Thanks!

1
  • You're definitely not supposed to ask two questions at a time. Please edit your post down to one question, and make another post for the second. Commented Dec 8, 2011 at 0:19

1 Answer 1

1

Which debugger you are using? LLVM or GDB. (You can find out at the menu product->edit scheme as shown figure below).

enter image description here

If the debugger is LLDB, try to switch it back to GDB and see that fix your problem.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.