In Visual Studio 2008, the Exceptions window has two columns with check boxes:
In contrast to this, in Visual Studio 2010 the column seems to be missing:
My questions are:
Update:
The following extensions are installed in my Visual Studio 2010 installation:
You can also add or delete exceptions. With a solution open in Visual Studio, use Debug > Windows > Exception Settings to open the Exception Settings window. Provide handlers that respond to the most important exceptions.
An unhandled exception occurs when the application code does not properly handle exceptions. For example, When you try to open a file on disk, it is a common problem for the file to not exist. The . NET Framework will then throw a FileNotFoundException.
My installation of Visual Studio 2010 does have the "User-unhandled" column:
Edit
From VS2008 Debugger does not break on unhandled exception...
As it turns out, if you do not have "Enable Just My Code (Managed Only)" checked in the Debug options, the "User-Unhandled" column does not show in the "Exceptions" dialog.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With