Mariano Martinez Peck wrote:
Hi guys,
Having a graph of objects that doesn't want to go away even after GC
but we think they should have, is a common scenario. At least, in my
case. When I have this kind of issue, I spend hours, doing a "Strong
Pointers" view from the explorer. And this is a pain and hard.
So I wonder...has anyone build a visualization tool to help this task?
thanks,
--
Mariano
http://marianopeck.wordpress.com
I also find it hard to work backwards from Pointer Explorer. I wanted
to use Roassal to examine a graph, but had trouble loading it from the
Configuration Browser into an existing Image. So last week I started
rolling a Morphic tool for this. I borrowed RTForceBasedLayout from
Roassal, but it performed a bit slow (perhaps my misunderstanding on its
use) so for now its ended up with a naive layout of my own. I'll try to
package it up tonight, hopefully with a demo.
cheers -ben