bneumann / CppUTest-Test-Adapter

A test adapter for Visual Studio Code for the C/C++ Unit Test framework CppUTest.
MIT License
16 stars 7 forks source link

Feature Request: Debug All Tests #7

Closed lokimon closed 3 years ago

lokimon commented 3 years ago

Now that we are able to debug individual tests, would it be possible to add a debug all tests to the top?

We can get this functionality with a Task, but it would be cool if we could use the test runner for all our running/debugging with a click of the button.

bneumann commented 3 years ago

Yeah sure. Should be easy

bneumann commented 3 years ago

Aaaand it's live!