Activity overview
Latest activity by croshere
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...
Feature Request: Show "Root Paths" for an instance
It would really be handy to be able to view the paths to a root object in the memory profiler. This would immediately visualize why an object is still in memory, instead of having to trace all refe...