Marco Kinski

Results 2 comments of Marco Kinski

make sure you are building with the [/DEBUG](https://docs.microsoft.com/en-us/previous-versions/ms856737%28v%3dmsdn.10%29) linker and the [/Zi](https://docs.microsoft.com/en-us/previous-versions/958x11bc(v=vs.140)) compiler flags. I also noticed that if [UNC](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/62e862f4-2a51-452e-8eeb-dc4ff5ee33cc) is involved OpenCPPCoverage has problems to generate the code/modules mappings.

> Is your problem solved? I am currently experiencing the same problem and I would like to ask how to solve it. Are you building on the same machine as...