Expand Collection Elements In Watches Window While Debugging?
I somehow can only view the first 100 of my array in the Watches window. The three dots likely represent that there is more to be shown but I cannot find out how to expand the wind
Solution 1:
The IntelliJ IDEA only shows the first 100 by default. It is possible to adjust the range on the fly at any moment by right-clicking the collection in the Watches
window and choose Adjust Range
. Fill in two of the three field to specify the elements you want to show up. The range values persist until removed from the watch list.
Post a Comment for "Expand Collection Elements In Watches Window While Debugging?"