How to: Enable and Disable Edit and Continue
Visual Studio 2005
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.