This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 209156

Summary: Add support for gcov tool from GCC
Product: cnd Reporter: mariusz_m
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mariusz_m 2012-03-05 08:35:16 UTC
Netbeans have quite good C/C++ Simple Test functionality, and I would like to see some basic support for GCOV tool.
After test execution finish, a menu to display, for selected project file, a resulting coverage file, maybe some highlight for lines starting with "#####" (line not executed). Now I can also use it, but have to type command for each file, each time after test is finished.
I think this will make Simple Tests much more functional. This is GCC related only, so.. maybe plugin will be the best choice.
Thanks
Comment 1 mariusz_m 2013-11-11 06:49:40 UTC
Still no one interested? Sad....
So many tools for Java, probably none for C++

ButtThere is already something like I described for Eclipse:
http://wiki.eclipse.org/Linux_Tools_Project/GCov/User_Guide
Actually, the last 2 pictures shows the main functionality.
Comment 2 tahiri123 2015-01-30 14:08:12 UTC
I am also very interested in using gcov through Netbeans. I have used Netbeans since many years. When I need gcov, I just use gcov raw files... I can say that it isn't practical at all.

So a +1 for this request
Comment 3 mariusz_m 2015-04-03 12:03:46 UTC
I'v found two tools that create coverage report in html format:
- LCOV: http://ltp.sourceforge.net/coverage/lcov.php (requires Perl)
- GCOVR: http://gcovr.com/guide.html#_html_output (requires Python)

At this point I think these tools are sufficient and there is no longer need to create separate plugin for NB (anyway, no one is interested in making such thing...)