美文网首页
lldb - 简单使用

lldb - 简单使用

作者: 居然是村长 | 来源:发表于2016-04-11 21:17 被阅读37次

    lldb 的相关内容特别多。

    https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/gdb_to_lldb_transition_guide/document/lldb-command-examples.html#//apple_ref/doc/uid/TP40012917-CH3-SW5

    http://www.cocoachina.com/ios/20150126/11021.html
    http://www.cocoachina.com/ios/20140530/8619.html

    简单使用

    整理最常用的三个。

    p      :打印一般数据
    po     :功能强大(打印obj,重新赋值就是exp)
    exp    :重新赋值
    
    im loo -a 地址 :查找bug,不过一般开全局断点,用处一般。
    

    其他

    help 顶层 命令:所有 console 
    help po 相关帮助:指定某个指令的 相关
    help -a 查看 别名:相当于指令缩写
    

    相关文章

      网友评论

          本文标题:lldb - 简单使用

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