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
For C++ projects, ensure that the generated .pdb files have full debug information. Open the project properties and verify that Linker > Debugging > Generate Debug Info is set to Generate Debug Information optimized for sharing and publishing (/DEBUG:FULL).
Hi Tony
no it doesn't help for the exception but it was anyway helpful because now I see the proper coverage in my source file (before it was not completely correct).
Actually the C++ support is not bad at all, but I've not tested thoroughly.
Thank you!
Installed product versions
Description
When the extension is enabled, I get several exceptions when i start the test debug session
Steps to recreate
Current behavior
Debugging not possible when the extension is enabled
Expected behavior
One should be able to debug the tests also if the extension is enabled
Side Notes
The text was updated successfully, but these errors were encountered: