How to enable memory usage diagnostics for a locally published site in vs2015

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?

memory diagnostic not available

+4
source share
1 answer

In the diagnostic tool window, select "Memory Usage" and enable snapshots. That should work.

If you do not try to uncheck the CPU usage and display it. You can always just use the task manager :)

0
source

Source: https://habr.com/ru/post/1606750/


All Articles