Craig Shoemaker

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

The Roll

Subscriptions

News

Check out the Podcast
Polymorphic Podcast - the show about object oriented development, architecture and best practices in .NET
Subscribe to the Blog
ASP.NET 2.0 AJAX
Beginning Ajax with ASP.NET

Post Categories



Thursday, February 09, 2006 - Posts

Automatic Break Mode Upon Any Exception

Have you ever wanted to know just how many exceptions your application is throwing? I'll bet there are more that you think there are. A nice feature of Visual Studio.NET is the ability to break into the debugger whenever any exception occurs without having to set a breakpoint.

  1. Click on Debug
  2. Choose Exceptions
  3. Click the radio buttons for:
    • When an exception is thrown: Break into the debugger
    • If the exception is not handled: Break into the debugger

This will help you see exactly what is going on under the hood and free you from having to try and set break points where you think an exception may occur.

posted Thursday, February 09, 2006 9:37 AM by drazz75 with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems