-
Notifications
You must be signed in to change notification settings - Fork 6k
Add guidance for unit test debugging in VS Code #1771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related: #1772 |
@gregvanl do you guys have any topics on the vs code docs that cover debugging unit tests that we could link to? Thanks! |
@mairaw We don't have anything in our main code.visualstudio.com docs but there is an example for an Angular TypeScript project in our recipes repo https://github.com/weinand/vscode-recipes/tree/master/Angular-CLI#debug-unit-tests |
Already covered elsewhere |
We currently have topics on getting started with unit testing using xUnit and MS Test, but those topics don't explain how to debug tests. Doing so with Visual Studio is not particularly hard, so could be explained succinctly, but a VS Code version would also be needed, and would probably need to be a little more detailed.
@mairaw
The text was updated successfully, but these errors were encountered: