安装Chisel

记录一下使用Chisel的安装过程以及基本的命令

  1. 使用 brew install chisel
  2. 记录默认命令的安装路径,默认路径是 /usr/local/opt/chisel/libexec/fblldb.py
  3. 用vim打开 ~./lldbinit 文件,如果不存在,新建此文件
  4. 在文件中添加命令

    1
    command script import 安装路径
  5. 重启Xcode

官方地址以及常用命令参考:https://github.com/facebook/chisel