Find all objects referencing anObject: Difference between revisions
Jump to navigation
Jump to search
(importing material) |
(No difference)
|
Latest revision as of 23:24, 3 May 2025
Problem. You have an object around, you don't understand why it is still there and it does not get garbadge collected. Some other object must reference it. How to find them?
Solution. By example
Smalltalk pointersTo: myFooObject.