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
It is not related to remote-vscode or I checked the following issue
Imagine yourself into my position and think how hard to debug the issue without insufficient information.
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
First, thank you for an excellent extension! I have an unusual test system which involves compiling only some of my tests as dll files on windows. In order to run the tests, I need to use an execution wrapper, which works fantastically to run the tests.
However, when attempting to debug a test with the wrapper, there is no way to cause the debugger to launch the wrapper, rather than the dll which is found by scanning
To Reproduce
Set up configuration as below
Attempt to debug normal test - success
Attempt to debug wrapped test - attempts to debug the dll instead of execution wrapper.
OK it turns out you can create a local debug.configTemplate in each test which allows you to enter the program again. I think this is less important than before, but it would be a "nice to have" to have the execution wrapper command be easy to select as the debug command, somehow.
So the example config dealing with the dll test is changed to:
Checklist
I understand that you have privacy concerns and I expect you to understand that this extension is developed for free.
Thanks.
Describe the bug
First, thank you for an excellent extension! I have an unusual test system which involves compiling only some of my tests as dll files on windows. In order to run the tests, I need to use an execution wrapper, which works fantastically to run the tests.
However, when attempting to debug a test with the wrapper, there is no way to cause the debugger to launch the wrapper, rather than the dll which is found by scanning
To Reproduce
Screenshots (optional)
Desktop
Regression bug?
No
Log
testmate.log
The text was updated successfully, but these errors were encountered: