What are some steps I can take to alleviate or temporarily work-around the performance problem?
· Close certain debugger toolwindows, especially the callstack window, the autos, locals, and watch windows. · VS2005: Turn off source file checksum support by disabling “Tools->Options->Debugging->Require source files to exactly match the original version.” · VS2005: If debugging managed code, turn off MDAs. · VS2005: If debugging managed C# code, uncheck the following option: “Tools->Options->Debugging->General->Call ToString() on objects in variables windows” · VS2005: If debugging managed code, uncheck the following option: “Tools->Options->Debugging->General->Enable property evaluation and other implicit function calls” · Review your symbol path settings. These can be found under “Tools->Options->Debugging->Symbols”. Symbol paths to remote computers can cause delays depending on network traffic and availability. · Delete your user-options (.suo) file. This is a hidden file that is stored next to your solution file (.sln file). It contains several pieces of debugging information fo