atlaste / CPPCoverage

Visual Studio Extension for measuring C++ Code Coverage and profiling data
77 stars 19 forks source link

Tool not visible on VS 2013 Pro #24

Open sebbelese opened 6 years ago

sebbelese commented 6 years ago

Hi,

I cannot find the tool after installing the extension in VS 2013 Pro. It is in the list of installed extension, but I see it nowhere else.

The "Run code coverage" context button does not appear, even on a project compiled in DEBUG mode.

"Tools->Coverage Report" does not appear

Maybe I did something wrong. Is VS 2013 still supported?

atlaste commented 6 years ago

That would mean that the visual studio extension sdk doesn't support it anymore.

We don't have any VS2013 installation here anymore... The easiest way to test is to download the code and run the CoverageExt project in VisualStudio. It should fire up a visualstudio sandbox with the extension installed.

sebbelese commented 6 years ago

Thanks.

After a first try, it does not seem straightforward to build the project on VS2013: C++17 features, and CoverageExt project is incompatible with the VS2013 version and cannot load. Will try again later.

atlaste commented 6 years ago

OK.

PS: You don't need the C++ code in the coverage tool; you can use the binaries for those. You only need the C# code in CoverageExt for the VS addin.