ErrorUnit can help you debug your C# application by automatically creating C# Unit Tests in Visual Studio that recreate the situation leading up to the error. Not only reproducing the parameters that were passed to the Method that failed, but the static or private class variables, and the data accessed so far by Entity Framework.
Find Out MoreErrorUnit guides you through the References that need to installed; enabling paused debugging or Errors in Development, QA, and Production to generate MSTest or NUnit Unit Tests for any type of C# application.
Get Started!