feat(nvim/dap): setup lldb
This commit is contained in:
parent
910c13223b
commit
3b9a3dadc3
2
init.lua
2
init.lua
@ -130,7 +130,7 @@ local dap, dapui = require("dap"), require("dapui")
|
|||||||
dap.adapters.lldb = {
|
dap.adapters.lldb = {
|
||||||
type = "executable",
|
type = "executable",
|
||||||
command = deps.lldb_path .. "/bin/lldb-vscode",
|
command = deps.lldb_path .. "/bin/lldb-vscode",
|
||||||
name = "lldb",
|
name = "lldb"
|
||||||
}
|
}
|
||||||
local dap_breakpoint = {
|
local dap_breakpoint = {
|
||||||
error = {
|
error = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user