I'm looking for a tool ($, free, open source, I don't care) that will allow me to view not only memory statistics for a .NET program, but also a hierarchy of objects. I would really like each of them to be able to drill through each object and view its print on the leg, as well as the entire object to which it refers.
I looked at things like Reds’s Ants Profiler, but that’s not quite what I want: I cannot view specific instances.
EDIT: I used the .NET Memory Profiler (the one that comes with the visual studio, and the one that used to be part of the SDK (?)), And while it is really good (and shows that most of the others are not), what I really need - is the ability to drill my hierarchy of objects by looking at each instance of the object.
source
share