Search code examples
eclipsedebuggingtreemap

Eclipse TreeMap debug view


I am trying to see the items in the collection, but it seems like Eclipse just loops things over and over: enter image description here

How can I see the individual items in the TreeMap collection?


Solution

  • There is a small button above the variables “Show Logical Structure”. Try it and it makes things easier. :-)