I am wondering if it is possible to 'snapshot' an object when debugging in VS2008, basically I am working with a WCF Service and want to be able to debug my object and spend as long as I want looking at its properties before IIS kills my process.
Is it possible to move the complete object into isolation so that I can continue to look at it?
The object is not very big, I only care about its properties, no other calls need to be invoked.