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.