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?
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?