Comments
Sort by recent activity
Brian,
I didn't mean visualizing an object hierarchy, but tracing all references to a live object, and displaying those paths that lead up to a root object. If you expect an object to be garbage collected, and it isn't, that means that it is directly or indirectly referenced by a root object. Finding the path to the root object can be tedious if there are many circular references that don't lead up to a root object. Scitech memory profiler supports this feature which is extremely useful. / comments
Brian,
I didn't mean visualizing an object hierarchy, but tracing all references to a live object, and displaying those paths that lead up to a root object. If you expect an object to be garbage co...