Goland 调试器无法在 mac 上使用 go 版本升级(v1.11 -> v1.13)
Goland Debugger not working with go version upgrade ( v1.11 -> v1.13) on mac
我在 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 命令正在运行。不知道如何进行?我也找不到任何选项来禁用 --check-go-version in goland?
将您的 IDE 更新到 GoLand 2019.2.2 或更新版本,问题将得到解决。
我在 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 命令正在运行。不知道如何进行?我也找不到任何选项来禁用 --check-go-version in goland?
将您的 IDE 更新到 GoLand 2019.2.2 或更新版本,问题将得到解决。