{
"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