Visual Studio Express 2012 annoying pop-up dialog on thrown exception
Problem description: Whenever an exception is thrown and not catched a dialog pops up. I want Visual Studio Express 2012 just to break and stop grabbing all my input with this modal dialog window. Example of the dialog: Wanted solution: VS 2010 does not show this annoying pop-up window but something called exception assistant. How an I can get the same type of break on exceptions in 2012 as in 2010? Even if that's not possible I really want the pop-up to be gone while keeping the break. Things I've tried to solve this problem: Search for a solution on both Google and here on StackOverflow