How to see assembly code in xcode 6

久未见 提交于 2020-01-02 08:21:45

问题


How to see assembly code generated by compiler while running application using iOS device in xcode 6.What are the settings i should enable in xcode to see assembly code?


回答1:


In Xcode Options,

Select the option

Debug->Debug WorkFlow-> Always Show Disassembly

Put break point in the code where you want to see assembly code. Then you can view assembly code when code reached to that breakpoint.



来源:https://stackoverflow.com/questions/27187093/how-to-see-assembly-code-in-xcode-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!