Variables in debugger font color meaning
已回答
In the variables pane in Intellij's debugger, the information about an object is sometimes written in blue text (I use darcula theme) and other times this information is written in white. I am wondering what this color means, as I'm seeing some different behavior in the two cases, and having trouble finding documentation about this font color. Thanks!
请先登录再写评论。
In blue are values that were changed since previous step or breakpoint, in white - those that remain the same.
This sounds like a great candidate for a new "tip of the day" :)
what about red color?
Could you please attach screenshot to clarify what red color do you mean?
In Darcula, red means those are files that have not changed. In the default color scheme they would be white.