Visual Studio - Filter exceptions from debug output

debugging, filter, visual-studio

Solution

Right click in the Output Window (when it's active), and uncheck "Exception Messages".

Problem

I have some code that causes a bunch of exceptions (which can safely ignored) but it floods my debug output window. It always has the same form and would be easy to filter out. How do i write a macro(?) to filter out these lines in realtime

Original source