Using the [Debug in VS Code] feature allows for a step-by-step analysis of how stubs, input values, and fault injections set in the test cases affect execution.

  1. In the [Unit Test View], right-click on the test case and select [Debug in VS Code].
  1. The build is performed to enable debugging in [VS Code]. After the build is completed, the [VS Code] launches.
  1. Press [F5] in [VS Code] to start debugging from the first line of the function under test.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.