How do I do I execute tests in Debug mode using .Net Core and VSCode?

Viewed 1759

How do I execute tests in Debug mode using .Net Core and VSCode?

I am currently running the following on the command line:

dotnet Test

However, this is not executing the tests in debug mode.

Do I attach a debugger?

If so... How?

1 Answers
Related