Exception window in VS.NET 2010 is missing the “User-unhandled” column

后端 未结 1 440
孤街浪徒
孤街浪徒 2020-12-10 09:53

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

\"Visual

相关标签:
1条回答
  • 2020-12-10 10:57

    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.

    0 讨论(0)
提交回复
热议问题