add lldb debugger for C
This commit is contained in:
parent
56d00fa7f4
commit
e529f4eb21
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ comment-token = "//"
|
|||
|
||||
language-server = { command = "clangd" }
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
debug-adapter = { name = "lldb", transport = "tcp", command = "lldb-vscode", args = [], port-arg = "-p {}" }
|
||||
|
||||
[[language.debug-configs]]
|
||||
console = "internalConsole"
|
||||
program = "main"
|
||||
|
||||
[[language]]
|
||||
name = "cpp"
|
||||
|
|
Loading…
Reference in a new issue