25

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?

Community
  • 1
  • 1
Tim Woods
  • 443
  • 5
  • 16

1 Answers1

28

Exception Breaker is a Visual Studio (2010, 2012, 2013) plugin created by a fellow SO user for that purpose. It was created after he worried about this issue in a similar question.

It currently works via a toolbar command button as well as a shortcut.

There is a github repository for this project as well.

Community
  • 1
  • 1
Simon Opelt
  • 6,136
  • 2
  • 35
  • 66