主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Eric N Smith
活动总数
8
最后的活动
2021年06月21日 13:24
成员加入日期
2021年06月18日 19:40
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2021年06月21日 13:24
Correct. I can successfully debug test methods with the nightly build of GoLand.
社区
GoLand
Debug Test Methods
1 票
创建于
2021年06月21日 11:57
Downloaded and installed the Nightly build. Added the Debug Log Settings flag, restarted GoLand and attempted the test method debug. I received an IDE crash notification and I clicked the submit to...
社区
GoLand
Debug Test Methods
0 票
创建于
2021年06月20日 01:17
Oops. I provided the wrong test method above. That was one I was experimenting with. Here's the actual main_test.go that works in the test project but not in the problem project: package mainimport...
社区
GoLand
Debug Test Methods
0 票
创建于
2021年06月20日 01:08
Not sure what good a code snippet will do. Debugging the same test methods in GoLand on Windows works fine so I can't see how it could be a code problem. But here's what I've got: Built a new proje...
社区
GoLand
Debug Test Methods
0 票
创建于
2021年06月19日 03:35
Another behavior that may be relevant. My machine is dual boot: a Windows 10 disk and an Arch Linux disk. I primarily use Linux as my daily driver but I use the Windows machine to test and compile ...
社区
GoLand
Debug Test Methods
0 票
创建于
2021年06月19日 02:36
That particular project doesn't have a TestMain() or an init() function as there is no setup to do for the tests. I forgot to mention that go test in a terminal window works just as well as Run "Te...
社区
GoLand
Debug Test Methods
0 票