What does it mean when a variable appears red in the visual studio C++ debugger?
what does it mean when a variable appears red in the visual studio C++ debugger? I assume not开发者_JAVA百科 good.
Thanks.
Its value changed during the last 'step'. Don't worry, there is nothing wrong.
精彩评论