解决方法
检查是否已禁用反汇编
deactivate it in the XCode 4.X with:
Product -> Debug Workflow -> Show Disassembly When Debugging
在XCode 5.X中:
Debug > Debug Workflow > Show Disassembly when debugging.
过滤调试信息
避免步骤进入汇编的另一种策略是在Debug Navigator的按钮中将堆栈跟踪过滤到源代码.
在调试时,打开调试导航器(显示线程的导航器)并按下左下角. (Apple documentation shows more about that.).请注意,您需要在断点中停止.