After a recent upgrade to macOS Mojave, my machine was not able to debug in GoLand due to the error below:
could not launch process: exec: "lldb-server": executable file not found in $PATH
To fix this you have to install xcode-select, a command-line utility on macOS: Type in the command below into your terminal to install xcode-select.
xcode-select --install
After installing xcode-select, everything was working.
Thanks for reading. Make sure you follow me on Twitter to stay up to date on the progress of my side projects T.LY, Weather Extension, and Link Shortener Extension. If you are interested in the tech I use daily, check out my uses page.
Thanks! Just what I needed!