美文网首页
LLDB调试器-实用累计ing...

LLDB调试器-实用累计ing...

作者: iOS小虫下米 | 来源:发表于2015-12-15 14:03 被阅读38次

在终端输入一下命令:

localhost:Club Leon$ touch ~/.lldbinit
localhost:Club Leon$ echo display @import UIKit >> ~/.lldbinit
localhost:Club Leon$ echo target stop-hook add -o \"target stop-hook disable\" >> ~/.lldbinit
localhost:AutohomeClub Leon$
断点调式结果.png

相关文章

网友评论

      本文标题:LLDB调试器-实用累计ing...

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