Exception settings window is helpful in debugging - yet sometimes the same exception is shown in multiple places when debugging - and it is annoying to press F5 in those exceptions when I need to go to another targeted exception.
This is especially troublesome when the exception thrown is a generic exception (e.g. object instance null) thus I cannot ignore that exception. And it takes a long time to wait for the next exception rethrow. If I just press hold F5 - it could get out out of the exception warnings and if it comes back to the web page it refreshes the page which is also bothersome.
Is there any way with VS Settings, extensions (e.g. resharper etc), or some other wizardry that we could ask the Exception settings window only to show exception in the very first time it appeared (first chance exception etc) that could allow us to catch every exception the first time it appeared? Technically this could be checked with some stack trace matching.