Happy !
PavelKrivanek / RefsHunter
About RefsHunter
Create a temporary snapshot of the object memory and then use it for investigation of strong references between different objects in an efficient way.
Migrated to https://github.com/pavel-krivanek/RefsHunter
This repository is now in the READ-ONLY state
WARNING
This tool is very memory demanding.
EXAMPLE:
| rh |
rh := RefsHunter snapshot.
rh wayFrom: (Array>>#asArray) to: Smalltalk specialObjectsArray.
