Compartir a través de


Stale Code Warning Dialog Box

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. 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 Edit and continue (C++).

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