Clean up junk files generated by visual Studio2010
IntelliTrace.exe, this intelligent tracking, although accelerated debugging speed, but also produced a disadvantage: make the C disk space is insufficient. Settings do not enable it, debugging speed is bound to slow down, enable it, can not go to the end of the process.
In order to fundamentally solve the problem, or remove the intelligent tracking option, the program:
Vs2010--> Tools---option-->intellitrance--> "Enable IntelliTrace" tick Remove--OK
Click Advanced, discover the location of the record, copy file path, navigate to the appropriate folder, and discover the source of the problem
Originally there is such a folder is used to store only trace files, and then right-click to see the file size, unexpectedly 9G.
What is the file stored under this folder?. itrance file, which is the debug smart trace file. Delete all files under Tracedebugging folder, get it done! Of course, if you turn on smart tracking, you should clean up this folder regularly.
Clean up junk files generated by visual Studio2010