How to: Enable and Disable Edit and Continue
This topic applies to:
Edition |
Visual Basic |
C# |
C++ |
Web Developer |
---|---|---|---|---|
Express |
||||
Standard |
||||
Pro and Team |
Table legend:
Applies |
|
Does not apply |
|
Command or commands hidden by default. |
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
On 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.