美文网首页iOS
Xcode调试po输出中文-Chisel 安装

Xcode调试po输出中文-Chisel 安装

作者: LYPC_下里巴人 | 来源:发表于2017-08-10 21:06 被阅读107次

lldb插件:

Chisel 安装:

1、https://blog.cnbluebox.com/blog/2015/03/05/chisel/

2、http://www.jianshu.com/p/3e4b10083b4d

3、http://www.jianshu.com/p/79468a2eb6db

源码地址: Chisel

Chisel 使用 homebrew 来安装,如果你没有安装homebrew, 参考 homebrew。

1、打开终端 执行命令:

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、这时执行命令

echo command script import /usr/local/opt/chisel/libexec/fblldb.py >> ~/.lldbinit

(粗体文字替换为你终端提示下面的第二行文字)

如果 ~/.lldbinit 不存在 使用以下命令添加一个即可

touch ~/.lldbinit

3、安装成功后重新启动Xcode即可。

4、终端下检查是否安装成功输入命令:lldb,然后输入help,往下翻出现如下界面为成功

5、pjson  ***  即可打印中文;

相关文章

网友评论

    本文标题:Xcode调试po输出中文-Chisel 安装

    本文链接:https://www.haomeiwen.com/subject/trvhrxtx.html