added path to debugserver
This commit is contained in:
parent
1f639e9335
commit
75a8067a4c
|
@ -62,6 +62,9 @@ return {
|
||||||
type = 'executable',
|
type = 'executable',
|
||||||
command = 'lldb-dap',
|
command = 'lldb-dap',
|
||||||
name = 'lldb-dap (Nix)',
|
name = 'lldb-dap (Nix)',
|
||||||
|
env = {
|
||||||
|
LLDB_DEBUGSERVER_PATH = '/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
dap.configurations.cpp = {
|
dap.configurations.cpp = {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue