There is an interesting option in Visual Studio allowing you to specify when you want the debugger to break. By default it is only when an unhanded exception is thrown. You can also detect all exceptions that are thrown in your code (even those that you handle) by checking the Thrown checkbox. This feature is [...]
Archive for the ‘Visual Studio Tips’ Category
User-Unhandled Checkbox not shown in Exceptions Window
Posted in Visual Studio Tips, tagged Visual studio on October 22, 2009 | Leave a Comment »