You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug 调试报错 Failed to continue: "Error: connect ECONNREFUSED 127.0.0.1:44354"
修改launch配置 Failed to launch: could not launch process: can not run under Rosetta, check that the installed build of Go is right for your CPU architecture
定位到是 Go语言版本问题,卸载旧版本,下载 arm64 版本。继续报错,发现 VsCode 也版本不对,卸载后安装正确版本
执行 Debug 继续报错 Failed to launch: could not launch process: EOF
发现是 CommandLineTools 的问题,删除了旧版本,下载新版本,重启机器,安装新版本,再执行。执行正确
Go 第一坑
由于刚开始使用,遇坑记录
大致记录
Failed to continue: "Error: connect ECONNREFUSED 127.0.0.1:44354"
launch
配置Failed to launch: could not launch process: can not run under Rosetta, check that the installed build of Go is right for your CPU architecture
定位到是 Go语言版本问题,卸载旧版本,下载 arm64 版本。继续报错,发现 VsCode 也版本不对,卸载后安装正确版本
Failed to launch: could not launch process: EOF
发现是 CommandLineTools 的问题,删除了旧版本,下载新版本,重启机器,安装新版本,再执行。执行正确
See Also
The text was updated successfully, but these errors were encountered: