From f57bb01dbead41f2ef69d529637a73df012226ee Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Sun, 20 Oct 2024 16:57:27 +0200 Subject: [PATCH] update dap command --- lua/configs/dap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/configs/dap.lua b/lua/configs/dap.lua index 2aef09b..1ccb2d6 100644 --- a/lua/configs/dap.lua +++ b/lua/configs/dap.lua @@ -21,7 +21,7 @@ dap.adapters.cppdbg = { dap.adapters.lldb = { type = 'executable', - command = 'lldb-vscode', -- adjust as needed, must be absolute path + command = 'lldb-dap', -- adjust as needed, must be absolute path name = 'lldb' }