Suppose we are in a middle of debugging a application and you have a linkedlist, hashmap or other collection framework implementation with 1000 of items. Is there a possibility to inspect the list or map over a given item while debugging and not programmatically ? Suppose we are using eclipse as a ide.