master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 04c9200050 - Show all commits

View File

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