LLDB调试器-实用累计ing...
2015-12-15 本文已影响38人
iOS小虫下米
在终端输入一下命令:
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