Do you know a way to suspend the annoying "First chance exception" message which
appears in the output window of MSVC 6.0 any time anything throws any kind of exception in
your program? We are trying to move to an exception-based error handling system and
these messages make the output window nearly unusable. In "real" applications, of course,
exceptions would not appear too often (they're not an replacement for return values), but still,
these messages clutter my debug output too much.
|