Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This topic applies to:
Visual Studio Edition |
Visual Basic |
C# |
C++ |
J# |
Express Edition |
Yes |
Yes |
Yes |
No |
Standard Edition |
Yes |
Yes |
Yes |
No |
Pro/Team Edition |
Yes |
Yes |
Yes |
No |
While Edit and Continue is in the process of applying code changes, you can stop the operation.
Caution |
|---|
Stopping codes changes in managed code can produce unexpected results. Applying changes to managed code is normally a quick process, so there is seldom 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.
See Also
Reference
Edit and Continue, Debugging, Options Dialog Box
Caution