lldb插件:
Chisel 安裝:
1篮愉、https://blog.cnbluebox.com/blog/2015/03/05/chisel/
2腐芍、http://www.reibang.com/p/3e4b10083b4d
3、http://www.reibang.com/p/79468a2eb6db
源碼地址: Chisel
Chisel 使用 homebrew 來(lái)安裝试躏,如果你沒(méi)有安裝homebrew, 參考 homebrew猪勇。
1、打開(kāi)終端 執(zhí)行命令:
brew update
brew install chisel
終端輸出以下提示:
==> Caveats
Add the following line to ~/.lldbinit to load chisel when Xcode launches:
command script import /usr/local/opt/chisel/libexec/fblldb.py
2颠蕴、這時(shí)執(zhí)行命令
echo command script import /usr/local/opt/chisel/libexec/fblldb.py?>> ~/.lldbinit
(粗體文字替換為你終端提示下面的第二行文字)
如果 ~/.lldbinit 不存在 使用以下命令添加一個(gè)即可
touch ~/.lldbinit
3泣刹、安裝成功后重新啟動(dòng)Xcode即可。
4犀被、終端下檢查是否安裝成功輸入命令:lldb椅您,然后輸入help,往下翻出現(xiàn)如下界面為成功
5寡键、pjson? ***? 即可打印中文掀泳;