Ken Varn
2009-10-21 20:01:10 UTC
I have just started using VS 2008 after being on VS 2003. I am running a
native console C++ application. Whenever the application experiences an
un-caught exception, it just terminates. If I remember correctly, VS 2003
would display some sort of message or something (Access violation, divide by
0, etc..). How do I get VS 2008 C++ console app to handle uncaught
exceptions this way? I don't want it to just silently terminate.
In addition, I have tried using SEH, but still have some things that do not
get caught and just terminate the app. This makes it very difficult to
debug.
native console C++ application. Whenever the application experiences an
un-caught exception, it just terminates. If I remember correctly, VS 2003
would display some sort of message or something (Access violation, divide by
0, etc..). How do I get VS 2008 C++ console app to handle uncaught
exceptions this way? I don't want it to just silently terminate.
In addition, I have tried using SEH, but still have some things that do not
get caught and just terminate the app. This makes it very difficult to
debug.