admin 管理员组

文章数量: 887021

解决Jetbrains的开发工具不能运行或调试(run/debug)go/golang程序[Intellj Idea,Webstorm,PyCharm,PhpStrom,Android Studio]

Go插件

首先确保装了go插件:Files-Settings-Plugins-Browse repositories,搜索Go,然后Install

设置Project SDK

需要给你打开的项目设置一个Go的SDK它才能辨别这是Go的项目,如果没设置请先设置:File-Project Structure,选择Go的SDK,如果还没添加就New一个

设置完后根据提示Reload一下

Run package

如果运行单个文件,比如:main.go,代码里用了其它文件里定义的函数、struct等,这时直接运行会报undefined的错。这时我们需要运行整个包而不是单个文件,Run-Edit Configurations-点左上角的”+”-Go Application,这时可能会看到类似这样:

给它取个Name,我项目名叫test,它运行姑且就叫”run test”吧,Run Kind选择Package,然后下面会出现Package文本框,就填项目名,我的是”test”,因为之前我们设置了Project SDK,所以Module它会自动选我们的项目名,如果没设置Project SDK,就会没得选,始终报错。

点OK,再点上面菜单栏的Run看看,是不是有了” Run ‘run test’ “, ” Debug ‘run test’ ” 之类的选项呢,如果是,congratulations :) happy run and debug ~~~

本文标签:

Error[2]: Invalid argument supplied for foreach(), File: /www/wwwroot/freenas.com.cn/tmp/view_template_quzhiwa_htm_read.htm, Line: 58
File: /www/wwwroot/freenas.com.cn/tmp/route_read.php, Line: 205, include(/www/wwwroot/freenas.com.cn/tmp/view_template_quzhiwa_htm_read.htm)
File: /www/wwwroot/freenas.com.cn/tmp/index.inc.php, Line: 129, include(/www/wwwroot/freenas.com.cn/tmp/route_read.php)
File: /www/wwwroot/freenas.com.cn/index.php, Line: 29, include(/www/wwwroot/freenas.com.cn/tmp/index.inc.php)