How to: Enable and Disable Edit and Continue

This topic applies to:

Edition

Visual Basic

C#

F#

C++

Web Developer

Express

Topic applies Topic applies Topic does not apply Topic applies Topic applies

Pro, Premium, and Ultimate

Topic applies Topic applies Topic does not apply Topic applies Topic applies

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.

    Note

    If IntelliTrace is enabled and you collect both IntelliTrace events and call information, Edit and Continue is disabled. For more information, see Collecting IntelliTrace Information.

  4. Click OK.

See Also

Reference

Edit and Continue, Debugging, Options Dialog Box

Concepts

Edit and Continue