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…