WIP: Rewrite Debugger to use dbgeng.dll
Here is some work in progress code for the Debugger part using the dbgeng.dll module from Microsoft.
Using this code I can run OpenCppCovarage in a docker container.
dbgeng.dll is not redistributable from Micorosoft but it is already installed in mcr.microsoft.com/windows/servercore:ltsc2019
I have only tested using the x64 build.
Hi! I am really interested in such a feature. Do you know if they expect to include it in the "master" branch? Otherwise, would it be possible for you to share the executable?
I have now added workflows to unit-test and build a release version to my fork. I also added a very simple MSI package to distribute all the files. Binaries are available under Actions/Release build/Artifacts/MSI.
Thank you very much! I have tried it and works perfectly! :)
Hi @centlakestefan I cannot see artifacts in release build. https://github.com/centlakestefan/OpenCppCoverage/actions/runs/7281327966 or from https://github.com/centlakestefan/OpenCppCoverage/releases Where can I download from?
@smithadg
Hi @centlakestefan I cannot see artifacts in release build.
I can see the MSI artifact on the actions page (your first link). I do not know why you can't download it. Since the workflow artifacts will be removed after some time I have created a wip release. It should be available using your second link.
@smithadg
Hi @centlakestefan I cannot see artifacts in release build.
I can see the MSI artifact on the actions page (your first link). I do not know why you can't download it. Since the workflow artifacts will be removed after some time I have created a wip release. It should be available using your second link.
Thanks a lot. I am able to download.