When I debug a WebApp project in VS2015, the diagnostic memory view is not available, even if cpu browsing works. The project is being built and published in a separate directory for installing vanilla Sitecore7 CMS.
If I just started the application, it shows the memory diagnostics, however, the application does not actually work, because it requires publication. If I publish the application, debugging and diagnostics of the CPU, but memory diagnostics are not available (see. Image). How can I make it work?
This is a WebApp project running under dotnet 4.6.2.
Summary: If I debug a site that is published locally, I get a diagnosis of CPU usage, but not a memory diagnosis. How do I get a memory diagnostic?

source
share