Hi,
I am currently working hard to have a nice plugin and hope I can release it soon.
When it will be done, I will add new features to OpenCppCoverage. My idea is to provide a kind of plugin interface so that everyone can customerize the output.
In the meantime, you can try to use the following command:
I hope this will help,
OpenCppCoverage
I am currently working hard to have a nice plugin and hope I can release it soon.
When it will be done, I will add new features to OpenCppCoverage. My idea is to provide a kind of plugin interface so that everyone can customerize the output.
In the meantime, you can try to use the following command:
"C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\dbh.exe" YOUR_PDB dump
This will dump all symbols with source file and line. So, if you run OpenCppCoverage and exports the coverage in xml, you should be able to know for a source and a line the symbol (Example CppCoverage::Debugger::OnCreateProcess).I hope this will help,
OpenCppCoverage





