From aaa7a8558d80f69df78b4094da21ffc7282d4706 Mon Sep 17 00:00:00 2001 From: dlond Date: Sun, 25 May 2025 22:54:39 +1200 Subject: [PATCH] added path to debugserver - fixing pt 3 --- lua/custom/plugins/debug.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/custom/plugins/debug.lua b/lua/custom/plugins/debug.lua index 8114f773..7b1262a8 100644 --- a/lua/custom/plugins/debug.lua +++ b/lua/custom/plugins/debug.lua @@ -62,9 +62,6 @@ 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 = { {