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:
Ben Jackson 2020-01-26 21:58:55 +00:00
commit 1da905a955
2 changed files with 13 additions and 4 deletions

View file

@ -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": {