代码语言:javascript 代码运行次数:0 could not launch process:can not run under Rosetta,check that the installed buildofGo is rightforyourCPUarchitecture Debugger finishedwiththe exit code1 常见错误解法 自行下载dlv包,编译安装,并配置
错误信息提示的很明显,也就是现在 Goland 使用的 dlv,不支持 Go > 1.13 的版本,所以实际上,升级一下 dlv,然后将 Goland 使用的 dlv 路径重新指定一下就好了。 重新指定。
现在,当我调试时,我得到:go 1.20rc1goland 2022.2.3无法进行debug控制台提示WARNING: undefined beh...