Language/Go

Golang debug error가 Visual Studio Code에서 발생할때... 다른곳에서 날수도 있음.

out of coding 2019. 8. 21. 10:31

mac에서 VSCode를 이용하여 Go를 실행하려고 했습니다.

그런데 이것이 오류가 발생하는데요.

 

could not launch process: exec: "lldb-server": executable file not found in $PATH

 

대충 비슷한 메세지는 이렇습니다. 뒤가 조금 다를수도 있음.

 

해결 방법은...

 

xcode-select --install

 

Command tool을 설치하여 주면 됩니다.