Show "all Instances" Missing In Eclipse Debug View
few days ago, when I was debugging an Android project under eclipse I've found some great functionality: 'All instances...' and 'Instance count'. I wanted to share my findings with
Solution 1:
After some more digging I came to following conclusion:
DalvikVM does not support "instance retrieval".
On eclipse help page mentioned in EDIT section it written:
This command is only available if the Java virtual machine you are currently using supports instance retrieval.
Maybe there is an option to enable this option in DalvikVM, but I doubt it unfortunately. Also when debugging on phone "Drop to frame" functionality is missing.
Post a Comment for "Show "all Instances" Missing In Eclipse Debug View"