improve dap mappings
This commit is contained in:
parent
7962bf3c0c
commit
743bfa810e
5 changed files with 127 additions and 241 deletions
|
|
@ -71,12 +71,14 @@ dap.adapters.debugpy = function(cb, config)
|
|||
end
|
||||
end
|
||||
|
||||
require('dap.ext.vscode').load_launchjs("dap_config.json", {
|
||||
cppdbg = { 'c', 'cpp' },
|
||||
lldb = { 'c', 'cpp' },
|
||||
gdb = { 'c', 'cpp' },
|
||||
debugpy = { 'python' }
|
||||
})
|
||||
function launchjs()
|
||||
require('dap.ext.vscode').load_launchjs("dap_config.json", {
|
||||
cppdbg = { 'c', 'cpp' },
|
||||
lldb = { 'c', 'cpp' },
|
||||
gdb = { 'c', 'cpp' },
|
||||
debugpy = { 'python' }
|
||||
})
|
||||
end
|
||||
|
||||
dap.set_log_level("TRACE")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue