Goland 调试器无法在 Mac 上使用 Go 版本升级(v1.11 -> v1.13)

我在 mac (mojave OS) 中将 golang 从 v1.11 升级到 v1.13。调试器开始抛出错误Test framework quit unexpectedly。控制台输出是

API server listening at: 127.0.0.1:xxxxx
Version of Delve is too old for this version of Go (maximum supported version 1.12, suppress this error with --check-go-version=false)

Debugger finished with exit code 1

从那时起,我无法在 goland 上使用调试器,但是 delve as cli 命令正在工作。不知道如何继续?另外我在 goland 中找不到任何禁用 --check-go-version 的选项?


繁花不似锦
浏览 212回答 1
1回答

阿晨1998

将 IDE 更新到 GoLand 2019.2.2 或更高版本,问题将得到解决。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go