added path to debugserver

This commit is contained in:
dlond 2025-05-25 22:16:50 +12:00
parent 1f639e9335
commit 75a8067a4c
1 changed files with 3 additions and 0 deletions

View File

@ -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 = {
{