Thread: Debug --> Exceptions in Visual Studio 2005

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    Debug --> Exceptions in Visual Studio 2005

    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

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    I have never noticed the debugger "failing" on caught exceptions. It does think a bit, but it gets to the catch block after a while.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM