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