0

I use DebuggerStepThrough to prevent the debugger from halting on exceptions that I intentionally handle as a logical decision (i only do this when an object model leaves me no choice).

Since installing VS 2015 and using 'Break on ALL CLR Exceptions' DebuggerStepThrough no longer works.

Anyone know how I can work around this?

This issue has been discussed elsewhere but I believe it needs updating now that VS 2015 is out: Don't stop debugger at THAT exception when it's thrown and caught

-- Edit --

To clarify DebuggerStepThrough does NOT work for me.

It works fine when 'Break on ALL CLR Exceptions' is OFF.

When 'Break on ALL CLR Exceptions' is ON, the debugger stops on the line where I call the method that has DebuggerStepThrough even though the exception is handled in that method. Very annoying!

Community
  • 1
  • 1
Matt Fitzmaurice
  • 1,319
  • 4
  • 19
  • 40

0 Answers0