Copy object values in Visual Studio debug mode
        Posted  
        
            by Farinha
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Farinha
        
        
        
        Published on 2010-05-28T09:46:19Z
        Indexed on 
            2010/05/28
            9:52 UTC
        
        
        Read the original article
        Hit count: 416
        
In Visual Studio debug mode it's possible to hover over variables to show their value and then right-click to "Copy", "Copy Expression" or "Copy Value".
In case the variable is an object and not just a basic type, there's a + sign to expand and explore the object. It there a way to copy all that into the clipboard?
© Stack Overflow or respective owner