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