After installing MacOS Mojave and all updates, I can no longer debug from a go test file. I get the following error in the debug terminal (Visual Studio Code Version 1.28.2):
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server
I have re-installed the updated xcode and also ran xcode-select -- install
I have updated delve using go get -u github.com/derekparker/delve/cmd/dlv
I am using go 1.11 (worked before Mojave install) on MacOS Mojave 10.14.1 (18B75).
I have a Macbook Pro Retina 2016
After installing MacOS Mojave and all updates, I can no longer debug from a go test file. I get the following error in the debug terminal (Visual Studio Code Version 1.28.2):
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server
I have re-installed the updated xcode and also ran xcode-select -- install
I have updated delve using go get -u github.com/derekparker/delve/cmd/dlv
I am using go 1.11 (worked before Mojave install) on MacOS Mojave 10.14.1 (18B75).
I have a Macbook Pro Retina 2016