feat(nvim/dap): setup lldb
This commit is contained in:
6
init.lua
6
init.lua
@@ -128,9 +128,9 @@ neogit.setup({
|
|||||||
})
|
})
|
||||||
local dap, dapui = require("dap"), require("dapui")
|
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 = {
|
||||||
|
Reference in New Issue
Block a user