RefsHunter

Description

Object references investigation tool for Pharo

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
6
Forks
4
Created
May 4, 2017
Updated
July 11, 2025
Topics
pharo

README excerpt

# RefsHunter
Object references investigation tool for Pharo

Create a temporary snapshot of the object memory and then use it for investigation of strong references between different objects in an efficient way.

### WARNING
This tool is very memory demanding.
### EXAMPLE: 
```| rh |
rh := RefsHunter snapshot.
rh wayFrom: (Array>>#asArray) to: Smalltalk specialObjectsArray.
```
← Back to results