2017/10/17 12:43:29 server.go:73: Using API v1 2017/10/17 12:43:29 debugger.go:97: launching process with args: [/Users/kevin/go/src/learning_go/debug] could not launch process: exec: "lldb-server": executable file not found in $PATH Process exiting with code: 1
1
kevindu OP This error can show up for Mac users using delve of version 0.12.2 or above. Not sure why, but doing a xcode-select --install has solved the problem for users who have seen this issue.
|