views:

729

answers:

2

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

A: 

Re: AnthonyWJones comment. These exceptions are first chance exceptions thrown by some MS dlls that can be safely ignored (based on some KB articles). They're not generated by me directly

+6  A: 

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

redwyre