Debug-> Exceptions thrown in VS2010

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

But with a new installation of VS2010 Professional, this option is completely absent in the Debug menu. Has anyone seen this before?

+5
source share
2 answers

Visual studio can be used with various languages ​​and environments. Therefore, the main IDE has different settings for each goal (this is somewhat similar to the prospects of Eclipse). Using a specific language profile does not mean that VS cannot be used to develop another language, but some of the features of the IDE may not be available. To solve this problem, the IDE profile can be modified as described here .

+1
source

enter image description here From here:

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

Do it:

To add an Exceptions command to the Debug menu

  • From the Tools menu, select Configure.
  • The Setup dialog box appears.
  • "" " " "" .
  • " ".
  • " " "" ".
  • "" "" "".
  • () " ", "" "" .
  • "".
+4

All Articles