Hi everyone - I was curious why my image is 3gb, and recently someone mentioned ReferenceFinder which I���ve not used before - however the class comment for it is very terse and it doesn���t really explain what a ���reference path is��� and how to interpret the results you get back from it?

eg. I did the following - as I have lots of instances of Document object I have been using in an an inspector - however I had cleared out the owner objects list of these things, and so they should be gone. However I see the following:

ReferenceFinder findAllPathsTo: X allInstances first.

Result - a collection of objects (as in the photo). So am I to understand that the ���path��� is actually the collection? Each item in the collection is the next segment of the path to the ultimate object (which might be useful for the class description to say - and I will correct if that���s the case).