5

コードを例外で中断したいので、通常VS2010では、[デバッグ]->[例外...]ダイアログに移動してこれを有効にします。

ただし、VS2010 Professionalの新規インストールでは、[デバッグ]メニューのそのオプションが完全に欠落しています。誰かがこれを見たことがありますか?

4

2 に答える 2

4

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.
于 2013-07-17T09:30:55.917 に答える
1

Visual studio can be used with various languages and environments. Therefore, the basic IDE have different settings for each purpose (this is somewhat like Eclipse perspectives). Using a certain language profile does not mean VS cannot be used to develop another language, but some of the IDE's functionality might not be available. To solve this issue, the IDE's profile can be modified as described here.

于 2012-06-15T16:11:03.710 に答える