Debug info, object tree
I am attaching my idea+java version.
When I am debugging, I want to see object information(properties), But it is not showing in a tree, verry strange. I attached 2nd image which shows object tree.
In the 2nd image I am watching List<OrderSupport> class object and showing one object inside list, but it does not show what is inside one object, just showing size = 0.
Have a look attached images, you will get idea.
Attachment(s):
debug-info.jpg
IntelliJ IDEA 11.1.2-status.jpg
Please sign in to leave a comment.
What is the base class of OrderSupport?
It has a 9 private attributes.
7 are in List type and 2 are in int(primitive type)
List types probably will not be shown, but where is primitive types, They are private, but I know they should be shown even though they are private.
Could you please anwer the question I actually asked: What is the base class of OrderSupport?
it has few parents then coming HashMap
By default, IntelliJ IDEA shows all classes that extend a collection class with a special collections view. You can turn this off in Settings | Debugger | Data Views | Enable alternative view for collection classes.