How to see static or global variables in Eclipse CDT?
I have been trying to figure out how to display static variables in the eclipse variable window for the CDT and can't figure out how. The menu button for the CDT doesn't seem t开发者_运维技巧o have the java->globals menu. How do I display static/global variables in eclipse CDT debugger?
Window -> Show View -> Expressions
You can add any expression there, so also global variables.
Arrow down button > Java > Show Constants / Show Static Variables
精彩评论