VS.NET 2010 Exception Window Missing Custom Raw Column

In Visual Studio 2008 , the Exceptions window has two checkboxes:

Visual studio 2008

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

Visual studio 2010

My questions:

  • Is it a configuration problem on my machine or "by design"?
  • Do I have the option to re-enable a column or mix in user behavior without processing in another way?

Update:

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

  • PowerCommands for Visual Studio 2010
  • Performance Power Tools
  • Visual Studio Color Theme Editor
  • Visualsvn
  • ReSharper
+44
debugging visual-studio-2008 visual-studio visual-studio-2010 visual-studio-2012
Dec 30 '10 at 6:26
source share
1 answer

My installation of Visual Studio 2010 has a "Custom Raw" column:

alt text

Edit

From VS2008 Debugger does not break unhandled exception ...

As it turned out, if you do not have “Include only my code (only managed)” marked in the Debug options, the “Custom Raw” column does not appear in the “Exceptions” dialog box.

+90
Dec 30 '10 at 6:54
source share



All Articles