Toggle “Break when an exception is thrown.” using macro or keyboard shortcut

前端 未结 10 1463
情深已故
情深已故 2020-11-29 23:51

Edit: Visual Studio 2015\'s new exception window is so much faster than the old dialog that I no longer care as much about using a keyboard shortcut for i

10条回答
  •  有刺的猬
    2020-11-30 00:25

    I have created a free Visual Studio extension that can do that reliably: Exception Breaker.
    It uses undocumented IDebugSession2.SetException call that is very fast: all exceptions are set/unset in 20 to 60 milliseconds.

提交回复
热议问题