views:

210

answers:

0

I use DotTrace as memory profiler. I wonder how it can filter circular incoming references?

As for the scenarios that I want to see who the hell holds reference to my object and keep it alive, those circular references, especially event handlers are not of interest but the true bad reference is often hidden among them.

Additionally, what is the meaning of "Show Held in New Tab" and "Show Reachable in New Tab" and do these help identifying circular references?

Many thanks to any answer.