add debugging config
This commit is contained in:
parent
7419bd147e
commit
dd144abebf
8 changed files with 40 additions and 1 deletions
6
lua/custom/dap/adapters/lldb-vscode.lua
Normal file
6
lua/custom/dap/adapters/lldb-vscode.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local dap = require('dap')
|
||||
|
||||
dap.adapters.lldb = {
|
||||
type = 'executable',
|
||||
command = 'lldb-vscode'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue