程序员iOS Developer代码改变世界

如何安装Chisel

2016-02-20  本文已影响125人  Andyzhao
Chisel的安装

一. 安装了homebrew环境

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

二.开始安装Chisel

command script import /usr/local/opt/chisel/libexec/fblldb.py

这时候你只需要~/.lldbinit文件中添加

==> Caveats
Add the following line to ~/.lldbinit to load chisel when Xcode launches:
 command script import /usr/local/opt/chisel/libexec/fblldb.py

记得把上面的script后面的地址替换为你的

注1: 如何找到这个文件(一般为隐藏文件夹,在电脑名称目录下)

defaults write com.apple.finder AppleShowAllFiles -bool true
defaults write com.apple.finder AppleShowAllFiles -bool false

注2:brew其他命令


//使用brew卸载软件
brew uninstall chisel

//  列出已安装的软件
brew list     

// 更新brew     
brew update  

// 显示软件信息 
brew info        

具体使用可参考一下文章
Chisel-LLDB命令插件,让调试更Easy
LLdb篇2教你使用faceBook的chisel来提高调试效率

上一篇下一篇

猜你喜欢

热点阅读