美文网首页
xcode lldb debug string 显示不全 io

xcode lldb debug string 显示不全 io

作者: 荔枝lizhi_iOS程序猿 | 来源:发表于2021-08-02 12:55 被阅读0次

    xcode 在debug的时候,string长度长的时候就会被 ... 替代,看不到全部让人很苦恼,今天找到了解决方法

    在xcode lldb的时候输入一下命令,就可以设置xcode可以显示string的最大值

    set set target.max-string-summary-length 10000
    
    原来显示 设置命令

    设置后,再次输入你的lldb命令就可以看到你很长的字符串了。

    相关文章

      网友评论

          本文标题:xcode lldb debug string 显示不全 io

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