Memory profiling in Visual Studio empty result set

69 views Asked by At

I am using Visual Studio 2022 memory profiling to profile an ASP.NET Core application. The debugging session gets started by clicking the "Start" button, the real time memory chart gets updated. However, when I click "Stop Collection" button, the rendered result set is empty, showing no memory objects (screenshot attached). What could be the issue?

enter image description here

enter image description here

0

There are 0 answers