LLDB 调试学习

LLDB调试必看:
与调试器共舞 - LLDB 的华尔兹
Facebook/Chisel

安装chisel:

brew update
brew install chisel

Alternatively, download chisel and add the following line to your ~/.lldbinit file. If it doesn't exist, create it.
创建 ~/.lldbinit 文件

注意:这里的command import 导入的路径每个人的不一定相同,具体路径查看第二张图.brew install chisel 安装成功以后会提示导入路径

LLDB 调试学习_第1张图片
AF264096-84D1-423E-A8B3-1B4FE0C0FFDA.png
LLDB 调试学习_第2张图片
5AA17B6E-BA5C-4C15-913E-A40F20BFA8A2.png

你可能感兴趣的:(LLDB 调试学习)