LLDB就是xcode的一款動態調試器: xcode支持的指令:xcode
print、p:打印: post
po : 打印對象: 調試
讀取內存:code
格式: x是16進制, f是浮點, d是十進制cdn
字節大小: b:byte 1字節, h:half word 2字節 w:word 4字節, g:giant word 8字節對象
memory read/數據格式字節數 內存地址
blog
簡稱 x/數據格式字節數 內存地址 內存
x: 讀取內存get
3: 輸出3串字節it
x: 輸出16進制
g: 沒一串指向16個字節
窺探iOS底層實現--OC對象的分類:instance、class、meta-calss對象的isa和superclass - 掘金