Improve Debugging Speed in Visual Studio

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 
Next Recommended Reading Shortcuts For Debugging In Visual Studio