eclipse gcov plugin
- by Taani
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?