未命名可重用区块

随风 2019-04-10 19:30:35

LLDB就是iOS上面的调试指令,命令格式是

<command>[ [...]] [-options [optionvalue]] [argument [argument...]]

比如给test函数设置断点

breakpoint set -n test