菜鸟教程小白 发表于 2022-12-11 19:33:27

xcode - 什么是 LLDB RPC 服务器?它什么时候在 Xcode 中崩溃?为什么会崩溃?


                                            <p><p>我在调试器中收到一条消息:</p>

<blockquote>
<p>The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix &#39;lldb-rpc-server&#39;. Please file a bug and attach the most recent crash log.</p>
</blockquote>

<p> <a href="/image/tzzbN.png" rel="noreferrer noopener nofollow"><img src="/image/tzzbN.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在我的情况下,每次运行我的应用程序时,LLDB RPC 服务器都会崩溃,即使在清理构建文件夹并完全删除并重新安装 Xcode(版本 8.3.3 (8E3004b))之后也是如此。</p>

<p>事实证明,显然 LLDB 反对我设置的断点,只需将此断点移动一行即可解决问题。</p></p>
                                   
                                                <p style="font-size: 20px;">关于xcode - 什么是 LLDB RPC 服务器?它什么时候在 Xcode 中崩溃?为什么会崩溃?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/48084427/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/48084427/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: xcode - 什么是 LLDB RPC 服务器?它什么时候在 Xcode 中崩溃?为什么会崩溃?