原文:Can I make Visual Studio break on a user-defined C++ exception?
I have an application that throws many (handled) exceptions. There is one type of exception in particular that I would like to break on. Is it possible to make the debugger break on a specific user-...