You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run our unit tests from CMake on Windows, the program we use as debug target comes from the cmake plugin (as recommended in their documentation):
"program": "${command:cmake.launchTargetPath}",
Your (very usefull!) plugin, checks for a debug configuration and on windows it will look for the .exe extension, but this is missing.
This makes it not possible to debug from the Test Explorer view.
Oh my god, how 2 and a half years pass. Sorry for keeping you hanging. I just had a day off and did a lot of fixes. I just pushed the removal. Check the pipeline, there should be an artifact that you can download and use for testing:
We run our unit tests from CMake on Windows, the program we use as debug target comes from the cmake plugin (as recommended in their documentation):
Your (very usefull!) plugin, checks for a debug configuration and on windows it will look for the
.exe
extension, but this is missing.This makes it not possible to debug from the Test Explorer view.
CppUTest-Test-Adapter/src/Infrastructure/VscodeSettingsProvider.ts
Line 56 in d2ebbd0
The text was updated successfully, but these errors were encountered: