Is it possible to compare 2 objects using the Eclipse - Expressions tool, I am trying to debug a Java program. As much as I can, add both objects to the expressions and manually expand the object for comparison, I would like it to look like, select 2 objects (of the same type — a class, of course) and say “Compare”, and Eclipse analyzes how objects and highlights all the differences.
PS: I'm not lazy to do this manually, its just that the Object I'm dealing with is very complex, for example, it got 10 levels or arraylist objects :)
source
share