PointerExplorer

Summary: Follow backwards references to track down memory leaks
Author: Avi Bryant
Owner: Avi Bryant (avi)
Co-maintainers: <None>
Categories:
Homepage:
PackageInfo name: Tools-PointerExplorer
RSS feed:

Description:

A very simple subclass of the ObjectExplorer which works backwards: starting at a child it allows you to inspect the tree of its parents. This is much more convenient than the 'objects pointing to this value' menu item in the Inspector.

eg:
PointerExplorer new openExplorerFor: #to:do:

(You can now also use 'explore pointers' in the Inspector context menu).

Releases


Back