Visual Studio - Filter exceptions from debug outpu

2020-05-23 03:31发布

问题:

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

回答1:

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