Visual Studio 2015 diagnostic tools no longer working

前端 未结 8 1701
后悔当初
后悔当初 2020-12-30 01:31

I have Visual Studio 2015 Community Edition Update 3 running on Windows 7 SP1 64 bit, which I use to develop C# applications.

I love the diagnostic tools during debu

8条回答
  •  青春惊慌失措
    2020-12-30 01:58

    I had a similar problem with Visual Studio 2015 Pro Update 3 running on Windows 10 Home. The runtime display of memory and cpu usage stopped working. Deleting the .suo file fixed the problem, as indicated by proc-self-map's answer. The .suo file was buried in the .vs hidden directory so I removed the whole .vs subdirectory. Now the runtime display of memory and cpu usage works like a charm again. No reinstall required.

提交回复
热议问题