Share via


Configure Edit and Continue (C#, VB, C++)

Stop code changes

Caution

Stopping code changes in managed code can produce unexpected results. Applying changes to managed code is normally a quick process, so there's seldom a need to stop code changes in managed code.

To stop applying code changes:

  • Choose Stop Applying Code Changes from the Debug menu.

    This menu item is visible only when code changes are being applied.

    If you choose this option, none of the code changes are committed.