When I attempt to debug a unit test that fails because of an unhandled exception in my code, I expect Visual Studio to break on the unhandled exception so I can inspect the
This did the trick for me:
Ctrl + Alt + E for Exceptions menu -> Press Reset All
Go to: Tools -> Options -> Debugging -> General: you need to make sure both "Enable Just My Code" and "Enable the exception assistant" are checked.