Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Eric N Smith
Total activity
8
Last activity
June 21, 2021 13:24
Member since
June 18, 2021 19:40
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
June 21, 2021 13:24
Correct. I can successfully debug test methods with the nightly build of GoLand.
Community
GoLand
Debug Test Methods
1 vote
Created
June 21, 2021 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...
Community
GoLand
Debug Test Methods
0 votes
Created
June 20, 2021 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...
Community
GoLand
Debug Test Methods
0 votes
Created
June 20, 2021 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...
Community
GoLand
Debug Test Methods
0 votes
Created
June 19, 2021 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 ...
Community
GoLand
Debug Test Methods
0 votes
Created
June 19, 2021 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...
Community
GoLand
Debug Test Methods
0 votes