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' }