I am debugging an issue with high memory usage in a .NET web app using JetBrains dotMemory. The Profiler claims that memory usage in Generation 2 is very high. When I click to "Get Snapshot" however, the memory usage is instantly cleared and I cannot see the contents of Generation 2 in the snapshot.
How can I debug the Generation 2 memory?