From 75a8067a4caea6b836678732c2b89cd428e1008d Mon Sep 17 00:00:00 2001 From: dlond Date: Sun, 25 May 2025 22:16:50 +1200 Subject: [PATCH] added path to debugserver --- lua/custom/plugins/debug.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/custom/plugins/debug.lua b/lua/custom/plugins/debug.lua index 50a8b6f8..bfa5a8c9 100644 --- a/lua/custom/plugins/debug.lua +++ b/lua/custom/plugins/debug.lua @@ -62,6 +62,9 @@ return { type = 'executable', command = 'lldb-dap', name = 'lldb-dap (Nix)', + env = { + LLDB_DEBUGSERVER_PATH = '/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver', + }, } dap.configurations.cpp = { {