I have some collections that I would like to analyze in the Eclipse debugger. I am interested in a particular attribute of each element.
Let\'s take an example with
The Display View provides you with the ability to execute custom code at each breakpoint. Just read out your data structure at the breakpoint and print it out to the console.