fix code-lldb debugger
This commit is contained in:
parent
6c51bce00d
commit
cfa7b243f3
@ -214,11 +214,8 @@ return {
|
|||||||
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/build_nvim/', 'file')
|
return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/build_nvim/', 'file')
|
||||||
end,
|
end,
|
||||||
cwd = '${workspaceFolder}',
|
cwd = '${workspaceFolder}',
|
||||||
stopOnEntry = true,
|
stopOnEntry = false,
|
||||||
},
|
},
|
||||||
}
|
|
||||||
|
|
||||||
dap.configurations.cpp = {
|
|
||||||
{
|
{
|
||||||
name = 'Launch lldb',
|
name = 'Launch lldb',
|
||||||
type = 'lldb',
|
type = 'lldb',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user