BONUS TIP! Exception Handling in the Debugger

Posted Wednesday, April 20, 2005 10:21 AM by C-Dog's .NET Tip of the Day
After using VS2005 Beta 2 for a while yesterday, I have to say one of the cooler new features is when stepping through an exception.  When your code causes an exception, a balloon pops up on the exception and you can click on it to get more detail and even some possible reasons why the exception was caused.  It's definitely a nice new feature.

Read the complete post at http://www.dotnettipoftheday.com/blog.aspx?id=138