Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 not responding

I have recently installed Windows 10 in my DELL laptop. I see quite often Visual Studio 2015 not responding.

Is there a log that I can turn on to see what's happening in the Visual Studio while loading a project, to see any add-on delaying the load? Or something like that in the Task Monitor to see which resource is causing the slowness like disk read or memory?

enter image description here

enter image description here

enter image description here

UPDATE:

As per IInspectable's comment, I created a dump file from the Task Manager.

I don't see any thread information in this file. I tried to debug (by clicking debug from the actions menu) after loading the data in VS 2015 again. That takes a while to load the symbols, but at the end I see Source Not Available screen and stop there.

11/18/2015: Asp.net tools team is working on this performance issue.

like image 673
wonderful world Avatar asked Aug 16 '15 18:08

wonderful world


1 Answers

You could try enabling logging via the /Log command line option of the devenv.exe. See the Microsoft reference. (devenv.exe being the Visual Studio IDE)

like image 167
David Vitoux Avatar answered Oct 06 '22 00:10

David Vitoux