OpenCppCoverage
OpenCppCoverage
Hello, > Hi, i am sorry if this is the wrong way, but i see no other option to communicate with you guys. This is the right way to communicate...
Hello, OpenCppCoverage supports export plugins. You can find more information at [Writing an export plugin](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/Writing-an-export-plugin). I hope it helps, OpenCppCoverage
Hello, I will try to see if I can do it when working on https://github.com/OpenCppCoverage/OpenCppCoverage/pull/67. OpenCppCoverage
Hello, Sorry for my late answer. See [here](https://github.com/OpenCppCoverage/OpenCppCoverage/issues/72) for more information. Thank you for the info on how to debug a service as it is a frequent request from OpenCppCoverage...
Hello, @pierreldff : Was your service built with optimization (release)? If yes, can you try with the flag ``--optimized_build``? > If I copy dll from my win10 computer on Windows...
Did cppunittest was compiled with optimization (release)? If yes, can you try with the flag --optimized_build? If I understood correctly you have an issue when compiling cppunittest on Windows Server...
Hello, As OpenCppCoverage acts as a debugger, you may try to run the failed tests under a debugger to reproduce your issue. To display information logged with OutputDebugString mechanism, you...
@jonawals, Thank you very much for this PR and I am sorry for my late answer (I was not active on this project these last months). I am going to...
@jonawals, Thank you for your PR and your detailed description! I have reviewed your PR and also have run the code. Correct me if I misunderstood what you did, but...
@jonawals: What is not clear to me is how your feature is related to the code coverage? For example, if you found a way to set a breakpoint at the...