added cppdbg for linux dap adapter

This commit is contained in:
Oliver Hartmann 2023-03-24 16:08:42 +01:00
parent 9e8d143b24
commit 04c9200050

View File

@ -163,6 +163,12 @@ return {
}
}
dap.adapters.cppdbg = {
id = 'cppdbg',
type = 'executable',
command = masonpath .. '/bin/OpenDebugAD7',
}
dap.adapters.lldb = {
type = 'executable',
command = function()