added cppdbg for linux dap adapter
This commit is contained in:
parent
9e8d143b24
commit
04c9200050
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user