Upgrade to macOS 10.14
In Mojave, the TCL headers were removed, so we install brew tcl. Oh and the all of the nonesense around authorizing applications to connect a debugger mean the tests don't work, so we force LLDB to use the system debugserver with LLDB_DEBUGSERVER_PATH.
This commit is contained in:
parent
04aaafd69a
commit
1da905a955
2 changed files with 13 additions and 4 deletions
8
tests/testdata/cpp/simple/.vimspector.json
vendored
8
tests/testdata/cpp/simple/.vimspector.json
vendored
|
|
@ -9,10 +9,14 @@
|
|||
"args": [],
|
||||
"cwd": "${workspaceRoot}",
|
||||
"environment": [],
|
||||
"externalConsole": true,
|
||||
"externalConsole": false,
|
||||
"stopAtEntry": true,
|
||||
"stopOnEntry": true,
|
||||
"MImode": "${VIMSPECTOR_MIMODE}"
|
||||
"MImode": "${VIMSPECTOR_MIMODE}",
|
||||
"miDebuggerPath": "${VIMSPECTOR_MI_DEBUGGER}",
|
||||
"logging": {
|
||||
"engineLogging": true
|
||||
}
|
||||
},
|
||||
"breakpoints": {
|
||||
"exception": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue