Did you know… What unwinding the call stack on unhandled exceptions does? - #277
Under Tools – Options – Debugging – General, after you’ve chosen to enabled the exception assistant, you’ll have the option to unwind the call stack on unhandled exceptions, as shown below:
The default is to have it checked… but when it is unchecked, meaning that you are not automatically unwinding the call stack, you’ll see the following $exception variable appear in the Locals window.
I’m an IDE person, not a debugger person, so I’m hoping someone could comment on more of the details of what is going on here in this state, and under what conditions you would want to use or not use this option.
Technorati Tags: VS2005Tip,VS2008Tip
Comments
Anonymous
August 07, 2008
PingBack from http://blog.a-foton.ru/2008/08/did-you-know%e2%80%a6-what-unwinding-the-call-stack-on-unhandled-exceptions-does-277/Anonymous
August 08, 2008
The comment has been removedAnonymous
August 08, 2008
This may help to explain what is going on with this option checked or unchecked. http://blogs.msdn.com/vbide/archive/2005/04/19/409825.aspx