This commit is contained in:
vx-clutch
2024-12-19 22:14:56 -05:00
parent 7772c2f7c0
commit e94f27a1c4
2 changed files with 12 additions and 9 deletions

View File

@@ -28,11 +28,11 @@ return {
-- },
-- }
dap.adapters.lldb = {
type = "executable",
command = "/usr/bin/lldb", -- Adjust path if necessary
name = "lldb",
}
-- dap.adapters.lldb = {
-- type = "executable",
-- command = "/usr/bin/lldb", -- Adjust path if necessary
-- name = "lldb",
-- }
dap.configurations.cpp = {
{