I have a myObject , and I'm not sure who keeps links to it. (I want to know, because I'm recycling something.)
I found the "Objects pointing to this value" button in the inspector, but it doesnβt call anything even if I create another object indicating, for example:
OrderedCollection new add: self ; inspect
Clearly this button is broken! So how can I get all the reference objects?
I am using a Moose 4.6 image.
source share