From 04c9200050cecd834b8704f035b86b44c26e73ab Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 24 Mar 2023 16:08:42 +0100 Subject: [PATCH] added cppdbg for linux dap adapter --- lua/plugins/dap.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 9180b6f..4395583 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -163,6 +163,12 @@ return { } } + dap.adapters.cppdbg = { + id = 'cppdbg', + type = 'executable', + command = masonpath .. '/bin/OpenDebugAD7', + } + dap.adapters.lldb = { type = 'executable', command = function()