How to see static or global variables in Eclipse CDT?

I tried to figure out how to display static variables in the eclipse variable window for CDT and cannot figure out how to do this. The menu button for CDT does not have a java-> globals menu. How to display static / global variables in eclipse CDT debugger?

+5
source share
2 answers

Window -> Show View -> Expressions

You can add any expression there, as well as global variables.

+8
source

Down arrow> Java> Show Constants / Show Static Variables

enter image description here

0
source

Source: https://habr.com/ru/post/885918/