Exception window in VS.NET 2010 is missing the “Us

2019-01-18 17:29发布

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条回答
We Are One
2楼-- · 2019-01-18 18:14

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.

查看更多
登录 后发表回答