美文网首页
Chisel-LLDB

Chisel-LLDB

作者: lcus | 来源:发表于2017-08-22 15:27 被阅读12次

安装

brew update

brew install chisel

安装完后,在~/.lldbinit文件中添加一行,没有则新建:

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

命令

1.pvc target:viewController

2.pviews target:view

3.visualize 截图 target:ID

4.fv & fvc fv查找内存中的view fvc查找内存中的 viewController的实例

5.show & hide target view

6.mask/umask border/unborder target

7.pinternals target:id

8.pclass 

9.taplog

help + chisel命令,查询如何使用  cmd+k 清除console信息

10.caflush

 (lldb)p view

(long)$122=140718754142192

(lldb)e (void)[$122setBackgroundColor:[UIColor greenColor]]

(lldb)caflush

相关文章

网友评论

      本文标题:Chisel-LLDB

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