I am trying to debug a C # application with Visual Studio 2010 using Microsoft.VisualStudio.TestTools.UnitTesting.
When I run the test in debug mode and the test throws an exception, it does not insert me into the debugger, it just exits and tells me that an unhandled exception was sent.
Is there a way to get it to open the debugger the same way it does when an unhandled exception occurs while debugging the application?
Jay sullivan
source share