Happy !

JohnBrant / ReferenceFinder

Project infos

License MIT
Tags reference paths, memory leaks
Creation date 2017-01-31
Website

Monticello registration

About ReferenceFinder

Finds reference paths between objects to help find memory leaks. It finds the shortest paths between the objects. If you want to find a path between the "Smalltalk" global dictionary and some instance of a class, you can use the findPathToInstanceOf: method. For example, "ReferenceFinder findPathToInstanceOf: WriteStream" will find a reference path between Smalltalk and an instance of WriteStream.