Add lldb + required package
This commit is contained in:
parent
a39d7ffe66
commit
7da0aa0655
3 changed files with 17 additions and 3 deletions
|
@ -21,7 +21,10 @@ local function init()
|
|||
},
|
||||
}
|
||||
dap.configurations.c = dap.configurations.cpp
|
||||
dap.configurations.rust = dap.configurations.cpp
|
||||
-- dap.configurations.rust = dap.configurations.cpp
|
||||
-- dap.configurations.rust[1].program = function()
|
||||
-- return vim.fn.input('Path to executable: ', vim.fn.getcwd() .. '/target/debug/', 'file')
|
||||
-- end
|
||||
end
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue