fix code-lldb debugger

This commit is contained in:
Oliver Hartmann 2023-01-28 23:47:27 +01:00
parent 6c51bce00d
commit cfa7b243f3

View File

@ -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',