add some bugs
This commit is contained in:
parent
0a859f314e
commit
2113b33a58
4 changed files with 62 additions and 9 deletions
|
|
@ -74,7 +74,8 @@ return {
|
|||
type = 'lldb',
|
||||
request = 'launch',
|
||||
program = function()
|
||||
return require('custom.utils').pick_executable(vim.fn.getcwd() .. '/build')
|
||||
local target = require('custom.target'):get_target()
|
||||
return require('custom.utils').pick_executable(vim.fn.getcwd() .. / .. target)
|
||||
end,
|
||||
cwd = '${workspaceFolder}',
|
||||
stopOnEntry = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue