Reputation: 317
I am debugging a java program and stopped at a breakpoint. There is a variable of list of 800 elements. Intellij only shows me the first 100. I wonder if I could execute some code at this point to inspect the elements? The "Evaluate Expression" functionality only allows me to run one line at a time. Thanks
Upvotes: 8
Views: 13044