Open
Description
Installed product versions
- Visual Studio: 2022 version 17.9.3
- This extension: 1.1.213
- Google test 1.12.2
Description
When the extension is enabled, I get several exceptions when i start the test debug session
Steps to recreate
- Enable the extension
- set a breakpoint in a google test
- in test explorer, debug the test
- several exceptions are thrown: breakpoint instruction executed (no file available), access violation in xstring line 398,
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
- when the extension is disabled, debugging is possible with no problems