Stale Code Warning Dialog Box

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This dialog box appears when you have made changes to native code that Edit and Continue could not immediately apply. As a result, some native code in the current stack frame is now out of date, that is, stale. For more information, see How to: Work with Stale Code.

Don't show me this dialog again
If you select this check box, Edit and Continue will apply code changes without asking permission in the future. You can turn this warning on again by going to the Options dialog box, opening the Debugging Folder, clicking the Edit and Continue page, and selecting Warn about stale code.

See Also

Supported Code Changes (C++)
Edit and Continue, Debugging, Options Dialog Box