I have not been able to debug or step through unit test.
Here is my sample test code...
using System; using System.Text; using System.Collections.Gen
Another solution...
You need to run and attach the debugger
Set this line at the first line executed in your test (maybe in the test class constructor)
System.Diagnostics.Debugger.Launch();
then when debug window open , chose the visual stdio