add debugging config
This commit is contained in:
parent
7419bd147e
commit
dd144abebf
8 changed files with 40 additions and 1 deletions
10
lua/custom/dap/adapters/codelldb.lua
Normal file
10
lua/custom/dap/adapters/codelldb.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
local dap = require('dap')
|
||||
|
||||
dap.adapters.codelldb = {
|
||||
type = 'server',
|
||||
port = "${port}",
|
||||
executable = {
|
||||
command = vim.fn.stdpath('data') .. '/mason/bin/codelldb',
|
||||
args = { "--port", "${port}" },
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue