Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What happened to the User-handled column in the Exceptions dialog?

I went to Debug/Exceptions menu in VS2010 and the resulting dialog is missing User-unhandled column. Has it been removed from VS2010? It is present in VS2008.

VS2008 enter image description here

VS2010 enter image description here

I've tried stretching/shrinking columns, thinking, that it might just be out of the view, but nothing. This is happening in a c# project (which is the only vs option I have installed).

like image 764
AngryHacker Avatar asked Oct 27 '11 21:10

AngryHacker


1 Answers

The User-unhandled column only shows when 'Enable Just My Code (Managed Only)' is selected in Debug - Options and Settings:

Enable Just My Code

like image 94
chase huber Avatar answered Oct 21 '22 07:10

chase huber