美文网首页
XCode 断点无效排查指南

XCode 断点无效排查指南

作者: jiangzz | 来源:发表于2021-03-02 18:00 被阅读0次

    1.Xcode工具栏 -> Debug -> Debug workflow
    取消Always Show Disassembly的选中状态.

    2.Target -> Build Settings -> Generate Debug Symbols
    设置为YES

    3.Edit Scheme -> Run -> Build Configuration
    选择Debug

    4.Edit Scheme -> Run -> Debug executable
    勾选

    5.Target -> Build Settings -> Deployment Postprocessing
    设置为NO

    END

    相关文章

      网友评论

          本文标题:XCode 断点无效排查指南

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