added path to debugserver - fixing pt 3
This commit is contained in:
parent
840532a28c
commit
aaa7a8558d
|
@ -62,9 +62,6 @@ 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