Remove comment in codelldb dap
This commit is contained in:
parent
d7adf5fb7c
commit
2fbadbb9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ return {
|
||||||
type = "server",
|
type = "server",
|
||||||
port = "${port}",
|
port = "${port}",
|
||||||
executable = {
|
executable = {
|
||||||
command = vim.fn.exepath("codelldb"), -- Update with your codelldb binary path
|
command = vim.fn.exepath("codelldb"),
|
||||||
args = { "--port", "${port}" },
|
args = { "--port", "${port}" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue