How to: Enable and Disable Edit and Continue

This topic applies to:

Edition

Visual Basic

C#

C++

Web Developer

Express

Topic applies Topic applies Topic applies Topic applies

Standard

Topic applies Topic applies Topic applies Topic applies

Pro and Team

Topic applies Topic applies Topic applies Topic applies

Table legend:

Topic applies

Applies

Topic does not apply

Does not apply

Topic applies but command hidden by default

Command or commands hidden by default.

You can disable or enable Edit and Continue in the Options dialog box. At design time, you cannot change this setting while you are debugging.

Edit and Continue works only in debug builds. For native C++, Edit and Continue requires using the /INCREMENTAL option.

Procedures

To enable/disable Edit and Continue

  1. On the Tools menu, click Options.

  2. In the Options dialog box, open the Debugging node, and select the Edit and Continue category.

  3. To enable, select the Enable Edit and Continue check box. To disable, clear the check box.

  4. Click OK.

See Also

Concepts

Edit and Continue

Reference

Edit and Continue, Debugging, Options Dialog Box