45

In Visual Studio 2008, the Exceptions window has two columns with check boxes:

Visual Studio 2008

In contrast to this, in Visual Studio 2010 the column seems to be missing:

Visual Studio 2010

My questions are:

  • Is this a configuration issue on my machine or "by design"?
  • Do I have a chance to re-enable the column or to mimic the "user-unhandled" behaviour in a different way?

Update:

The following extensions are installed in my Visual Studio 2010 installation:

  • PowerCommands for Visual Studio 2010
  • Productivity Power Tools
  • Visual Studio Color Theme Editor
  • VisualSVN
  • ReSharper

1 Answer 1

92

My installation of Visual Studio 2010 does have the "User-unhandled" column:

alt text

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.

4
  • Thanks, Dan. Maybe it is a setting of an extension I have installed. I'll investigate.
    – Uwe Keim
    Commented Dec 30, 2010 at 6:59
  • 4
    @Uwe, please see my edit. I think that might be your problem.
    – devuxer
    Commented Dec 30, 2010 at 7:04
  • 4
    Thank you very much, that really was it! Stack Overflow and their users really rock!
    – Uwe Keim
    Commented Dec 30, 2010 at 7:09
  • Yes, but how do you uncheck user-unhandled exceptions for C++? Commented Apr 10, 2014 at 1:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.