eclipse gcov plugin
Posted
by
Taani
on Stack Overflow
See other posts from Stack Overflow
or by Taani
Published on 2012-10-23T04:58:27Z
Indexed on
2012/10/23
5:00 UTC
Read the original article
Hit count: 327
I am using gcov plugin in Eclipse CDT + cygwin compiler & linker to find code coverage.
I installed gcov plugin from http://svn.sourceforge.jp/svnroot/ginkgo/trunk/org.ginko.gcov.update/ location and follow the below link to get coverage of my .c file.
I was able to create .gcno and .gcda files. But double clicking on those files, opens the files in eclipse editor. I could not find the gcov editor. Also I couldn't see any code coverage results in my .c file.
What is the wrong with my procedure?
© Stack Overflow or respective owner