xcode view assembly code

xcode view assembly code

 

Debug->Debug WorkFlow-> Always Show Disassembly

Place a breakpoint in the code where you want to view the assembly code. Then, when the code reaches that breakpoint, you can view the assembly code.


View memory map

The following figure shows that there is a memory leak


leaks in instruments

Guess you like

Origin blog.csdn.net/qq_28285625/article/details/113928641