How to: Enable and Disable Edit and Continue
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium, and Ultimate |
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.
Note
If IntelliTrace is enabled and you collect both IntelliTrace events and call information, Edit and Continue is disabled. For more information, see Collecting IntelliTrace Information.
Click OK.
See Also
Reference
Edit and Continue, Debugging, Options Dialog Box