I have a relatively complex object which among other things has a ConcurrentHashMap inside it. Within the debugger i'd like to see the results of calling the .size() method but I dont actually want this in my code nor do I want to put it in.
.
Above you can see what I have avail but id love to be able to somehow call/see the results of the .size() method
I can however see lots of references to Maps and segments etc but they are just values.
Just wondering if its possible ?