How to: Enable and Disable Edit and Continue

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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. Open debugging options page (Tools / Options / Debugging).

  2. Scroll down to 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.

  4. Click OK.

    For more information about these options, see General, Debugging, Options Dialog Box.

See Also

Edit and Continue