“错误:未知选项: - interpreter = mi”试图与LLDB进行调试 我正在接收“错误:未知选项: - interpreter = mi”时,试图在Mac上使用LLDB进行调试,以获取C ++,Clang Compiler和OpenMP实现的Mac代码。我无法调试b ...

问题描述 投票:0回答:1
{ "version": "2.0.0", "tasks": [ { "label": "Build with Clang and OpenMP", "type": "shell", "command": "cmake", "args": [ "--build", "${workspaceFolder}/CS267/tom_2.1/build" ], "group": { "kind": "build", "isDefault": true }, "problemMatcher": ["$gcc"], "detail": "Generated task by debugging configuration." } ] }

我尝试编辑任务。聊天没有帮助。
	
lldb-Mi不与LLDB捆绑在一起,这是一个单独的软件包,您可以在这里得到:

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

visual-studio-debugging vscode-debugger lldb
1个回答
0
投票
但是LLDB-MI一段时间以来没有得到太多的支持。 支持VSCODE的大部分努力都是在LLDB-DAP适配器上完成的,这是标准LLDB版本的一部分。 您可以尝试使用它。

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.