This plugin is useless because it shows a layout of class itself while real size of object may vary because of inner objects.
So we need a support of GraphLayout.parseIncance() and since we can't create an object the easiest way will be to parse it from a debug window. Also this allows users to see a layout of real life object in running application.
This plugin is useless because it shows a layout of class itself while real size of object may vary because of inner objects. So we need a support of
GraphLayout.parseIncance()
and since we can't create an object the easiest way will be to parse it from a debug window. Also this allows users to see a layout of real life object in running application.