How to: Enable and Disable Edit and Continue

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 Configure IntelliTrace Data Collection for Debugging in Visual Studio.

  4. Click OK.

See Also

Reference

Edit and Continue, Debugging, Options Dialog Box

Concepts

Edit and Continue