When I debug my WebApp project in VS2015 the memory diagnostic view is unavailable even though the cpu view is working. The project is built and published in to a separate directory over a vanilla Sitecore7 CMS install.
If I just run the app the memory diagnostic shows, however the app doesn't actually work because it requires publishing. If I publish the app out, debugging and CPU diagnostic work but memory diagnostic isn't available (see image). How can I make it work?
It's a WebApp project running under dotnet 4.6.2.
Summary: If I debug a site which is locally published I get CPU usage diagnostic, but not memory diagnostic. How do I get memory diagnostic to work?