美文网首页
配置LLDB调试器

配置LLDB调试器

作者: L小杰 | 来源:发表于2017-08-23 14:52 被阅读17次
1. touch ~/.lldbinit
2. echo display @import UIKit >> ~/.lldbinit 
3. echo target stop-hook add -o \"target stop-hook disable\" >> ~/.lldbinit

删除方法
rm ~/.lldbinit

相关文章

网友评论

      本文标题:配置LLDB调试器

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