visual-studio 当变量在 Visual Studio C++ 调试器中显示为红色时,这意味着什么?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2157062/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 11:28:40  来源:igfitidea点击:

What does it mean when a variable appears red in the visual studio C++ debugger?

c++visual-studiodebuggingvariables

提问by T.T.T.

what does it mean when a variable appears red in the visual studio C++ debugger? I assume not good.

当变量在 Visual Studio C++ 调试器中显示为红色时,这意味着什么?我认为不好。

Thanks.

谢谢。

回答by Trent

Its value changed during the last 'step'. Don't worry, there is nothing wrong.

它的值在最后一个“步骤”中发生了变化。别担心,没有什么不对的。