Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see assembly code in xcode 6

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?

like image 623
user2533604 Avatar asked Nov 02 '25 01:11

user2533604


1 Answers

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.

like image 200
jagadeesh Avatar answered Nov 03 '25 16:11

jagadeesh



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!