Question : VS2010, Slow C# Debugging

I've been using C# for several years and am familiar with the speed of VS2008 and earlier.

VS2010 seems incredibly slow stepping from line to line in the debugger.  

Google lists various posts about IntelliTrace in beta releases of VS2010.  I can't find it in the release version.

Is IntelliTrace the most likely slowdown cause?  Is it likely something else?

I'm debugging a straightforward C# WinForms app, on 64-bit Win7.

Answer : VS2010, Slow C# Debugging

the previous post was belongs to here:
http://connect.microsoft.com/VisualStudio/feedback/details/504538/debugger-hangs-vs-for-a-long-time-when-coming-out-of-debug-mode

and have a look at this: (To disable IntelliTrace)
http://visualstudiomagazine.com/articles/2010/02/18/fix-bugs-with-intellitrace-and-vs-2010.aspx

From above link:
To begin with, the IntellTrace options are located in the Tools >  Options menu and the IntelliTrace node. There are several options  available in the General, Advanced, IntelliTrace Events and Modules tab.  For our purposes we'll stick with the options on the General tab. Here  you can enable or disable IntelliTrace -- by default it is enabled.

Random Solutions  
 
programming4us programming4us