简体   繁体   English

macOS Catalina 上的 Eclipse 2019-03 C/C++ lldb 调试器设置

[英]Eclipse 2019-03 C/C++ lldb debugger setup on macOS Catalina

I'm trying to set up lldb debugger on Eclipse and I follow this link https://wiki.eclipse.org/CDT/User/FAQ#How_do_I_get_the_LLDB_debugger.3F我正在尝试在 Eclipse 上设置 lldb 调试器,我按照此链接https://wiki.eclipse.org/CDT/User/FAQ#How_do_I_get_the_LLDB_debugger.3F

Follow by the paragraph "How do I install the LLDB debugger integration?", the content is out-of-date and I try to google but still can't find the answer.按照“如何安装LLDB调试器集成?”这一段,内容已经过时,我尝试谷歌搜索但仍然找不到答案。 My problems are:我的问题是:

  1. In my Eclipse Help > Install new Software, I can find any C/C++ LLDB Debugger Integration option to install.在我的 Eclipse 帮助 > 安装新软件中,我可以找到要安装的任何 C/C++ LLDB 调试器集成选项。
  2. I'm using Xcode version 12 and it no longer support lldb-mi.我使用的是 Xcode 版本 12,它不再支持 lldb-mi。

Can anyone help me on this thank you.任何人都可以帮助我,谢谢。

lldb-mi is no longer part of the basic lldb distribution, but you can get the sources (and instructions on building it) here: lldb-mi 不再是基本 lldb 发行版的一部分,但您可以在此处获取源代码(以及构建它的说明):

https://github.com/lldb-tools/lldb-mi https://github.com/lldb-tools/lldb-mi

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM