What does it mean when a variable appears red in the visual studio C++ debugger?
c++, debugging, variables, visual-studio
Solution
Its value changed during the last 'step'. Don't worry, there is nothing wrong.
Problem
what does it mean when a variable appears red in the visual studio C++ debugger? I assume not good. Thanks.