added cppdbg for linux dap adapter
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user