How to: Enable and Disable Edit and Continue
This topic applies to:
Visual Studio Edition |
Visual Basic |
C# |
C++ |
J# |
Express Edition |
No |
No |
No |
No |
Standard Edition |
Yes |
Yes |
Yes |
No |
Pro/Team Edition |
Yes |
Yes |
Yes |
No |
You can disable or enable Edit and Continue in the Options dialog box (at design time; you cannot change this setting while 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
From the Tools menu, click Options.
In the Options dialog box, open the Debugging node, and select the Edit and Continue category.
To enable, select the Enable Edit and Continue check box. To disable, clear the check box.
Click OK.
See Also
Reference
Edit and Continue, Debugging, Options Dialog Box