Comparing two Object addresses in WinDbg
        Posted  
        
            by Icarus
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Icarus
        
        
        
        Published on 2010-03-18T13:36:38Z
        Indexed on 
            2010/03/18
            13:41 UTC
        
        
        Read the original article
        Hit count: 673
        
WinDbg
Is there a way to know if two addresses, which are references to two objects are connected ? By connected I mean whether one of the objects holds a reference to the other object.
© Stack Overflow or respective owner