views:

28

answers:

1

I need this to make the finally blocks run /after the debugger breaks at the throw point/.

BTW I know how to make it never break on an exception, but I don't want that.

A: 

Ctrl-Alt-E hotkey. Set checked in the "thrown" column.

amartynov
As I said, I know how to do that and that is what I do NOT want.
BCS