Quick way to toggle 'break on all exceptions' in VS2012?
I regularly find it very useful when debugging to switch on the Common Language Runtime Exceptions: Thrown option in Visual Studio's Debug > Exceptions screen. I'd like a quick way of doing this, since it's always the same checkbox I'm toggling and that screen is very slow to load. In previous versions, it was possible to do this with a macro , but macros have sadly been removed from VS2012 . Does anyone know of a quick/easy way to do this with a plugin/extension/keyboard shortcut? Simon Opelt Exception Breaker is a Visual Studio (2010, 2012, 2013) plugin created by a fellow SO user for that