While debugging code in my project I released that the Visual Studio was behaving very slow. So a colleague of mine suggested the below, I thought I will share it for other users:
you can go and remove the debug information from the below path to speed up the visual studio.
C:\ProgramData\Microsoft Visual Studio\10.0\TraceDebugging

Sanjay GuptaPosted Jun 28, 2014, 3:41 AM
You mean to say "Remove all Intelligense Files"?
Leon PuthPosted Jun 27, 2014, 1:42 PM
and did it speed it up? the folder structure is different on vs 2012. maybe you can do an article on where it is on other versions and why it impacts speed. i've noticed a severe slow down on vs2012 64bit debugging so im interested...