Why is my xcode jump to assembly view when break point set? Why is my xcode jump to assembly view when break point set? xcode xcode

Why is my xcode jump to assembly view when break point set?


This is a useful feature sometimes, but is easy to turn off:

Debug > Debug Workflow > Always Show Disassembly

In older versions of Xcode (<6.1):

Product > Debug Workflow > Show Disassembly When Debugging


I'm having the same issue in Xcode 6.1 and solved it by doing the following:

Debug -> Debug Workflow -> UNCHECK Always Show Disassembly

Make sure "Always Show Disassembly" is unchecked


You can try this

Product > Debug > Create Symbolic Breakpoint