I am debugging a program, and as soon as I enter the instruction, I get a list of variables in the Variables view or, if I hold the mouse pointer over a variable, its value is displayed.
Now I have an object that can have many references to other objects, which, in turn, have their own attributes that contain other objects, etc. Search space can become very large. I would like to find where these values can be to search for attributes of an object by value . Eclipse is already looking for these objects by attribute.
I tried the EVars plugin, but it does not seem to be compatible with Eclipse 4.4. Any other tools or recommendations on how to do this?
Many thanks!
source
share