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
One option is to install TestDriven.net which makes it easier to run unit tests on any of the major unit testing .net frameworks (nunit, xunit, VS tools, etc). Once installed you can right click on a function and choose Test With --> debugger.