Coverage Window/ Tracing no longer displaying with Golang

Answered

Not sure how to get Coverage Window and tracing to work again after collapsing Window. I have removed .idea from project, adjusted workspace.xml, removed all preferences/cache files, removed and reinstall go plugin.

After running the Run with Coverage I get run output but not coverage window and also tracing code has stopped working.

Not sure if an updated Intellij broke this behavior.  

0
9 comments

Do you use IntelliJ IDEA with Go plug-in or Gogland IDE?

0
Avatar
Permanently deleted user

Go Plugin

0
Avatar
Permanently deleted user

All in same package. Was working... not sure if my behavior closing the Coverage Window or update triggered issue.

0
Avatar
Permanently deleted user

 same behavior... after running run with coverage I see a greyed out option in View->Tools Windows.  
Maybe Go Plugin version was updated??

0
Avatar
Permanently deleted user

figured out the missing coverage window issue... when selecting Run * with Coverage there are two settings offered All in ...  and gobench package ....

gobench package will create the coverage window.

but line coverage shows 0% and tracing coverage is off.

0
Avatar
Permanently deleted user

Gogland has the same behavior.

0
Avatar
Permanently deleted user

I see 

Test framework quit unexpectedly in the run window when running gobench package

0

Please sign in to leave a comment.