Posts

Showing posts with the label Visual Studio 2008

Visual Studio 2008 Skipping lines while debugging

If you have a problem with Visual Studio 2008 SP1 skipping lines in a for loop while you are 'stepping over' there is a hotfix for Visual Studio (KB957912). Apparently Visual Studio can treat a 'step over' as a 'run' while inside of a for loop. http://code.msdn.microsoft.com/KB957912/Release/ProjectReleases.aspx?ReleaseId=1796

Visual Studio 2008 Hangs after debugging

I've found it really annoying that VS 2008 (I'm currently using SP1) on a closed network hangs for about 10 - 20 seconds after exiting the debugger. The solution to the hang is to edit the C:\windows\system32\drivers\etc\hosts file and add: 127.0.0.1 crl.microsoft.com 127.0.0.1 6to4.ipv6.microsoft.com as I've found in other postings on the net.