I'm trying to debug a C# app with Visual Studio 2010, using Microsoft.VisualStudio.TestTools.UnitTesting.
When I run a test in debug mode, and the test throws an exception, it doesn't pop me in to the debugger, it just exits and tells me an unhandled exception was thrown.
Is there a way I can get it to open the debugger the same way it does when an unhandled exception occurs while debugging an application?