Hello everyone,


In Visual Studio 2005, I find that when we enable all Exceptions from Debug --> Exceptions, when exception happens (even if I catch them and do not through again), the debug process will be interrupted. Is that correct?

Two further questions,

1. I do not understand why the debug process is interrupted even if the exception is caught and is not thrown again. What is the purpose of interrupting debug process? The usability is not good;

2. For user defined exceptions, will the debug process be interrupted as well?


thanks in advance,
George