Debugging Go Error

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.LYWeather Extension, and Link Shortener Extension. If you are interested in the tech I use daily, check out my uses page.  

One thought to “Debugging Go Error”

Leave a Reply

Your email address will not be published. Required fields are marked *