bing-ge

问题1:LLDB 打印 frame (如:po self.view.frame)

打开终端:(依次输入,什么都没提示,打开xcode项目,有Hook 1(expr --@import UIKit等提示,意味着成功))

1.touch ~/.lldbinit

2.echo display @import UIKit >> ~/.lldbinit

3.echo target stop-hook add -o \"target stop-hook disable\" >> ~/.lldbinit

4.不使用删除:rm ~/.lldbinit

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-04-17
猜你喜欢
  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-11-30
  • 2021-10-19
相关资源
相似解决方案