Debugging with Visual Studio 2005 and Exceptions

I don't know if anyone was aware but I found this gem in the new VS2005 debugger. First I will explain the original problem. If you were debugging in 2003 and your code hit an exception that was unhandled, your entire application would die and you would have to restart. In 2005 you do not need to restart, you can jump directly back to to the piece of code that created the original exception and run it again.

Wow, I love that (and I do like edit and continue).

No Comments