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 安装成功以后会提示导入路径


网友评论