Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug->Exceptions option missing in VS2010

I want my code to break on exceptions and so usually in VS2010 I go to the dialog Debug->Exceptions... to enable this.

But on a new install of VS2010 Professional that option in the Debug menu is completely missing. Has anyone seen this before?

like image 244
Daniel Williams Avatar asked Jun 15 '12 14:06

Daniel Williams


1 Answers

enter image description hereFrom here:

http://msdn.microsoft.com/en-us/library/d14azbfh.aspx#addexceptionscommand

Do this:

To add the Exceptions command to the Debug menu

  • On the Tools menu, click Customize.
  • The Customize dialog box appears.
  • Click the Commands tab and, in the Menu bar list, click Debug.
  • Click Add Command.
  • In Categories in the Add Command dialog box, click Debug.
  • In Commands, click Exceptions and then click OK.
  • (Optional) You can click Move Down to adjust the position of the Exceptions command on the Debug menu.
  • Click Close.
like image 121
Ed Sykes Avatar answered Sep 22 '22 20:09

Ed Sykes