views:

534

answers:

2

Any time i try to debug in visual studio 2008 my entire system will freeze whenever a breakpoint is hit.

I can move the mouse around and that remains responsive but nothing i click on does anything, I can bring up the task manager but can't do anything with it and i am able to lock/unlock the machine.

I tried a fix that i found via google that suggested i disable advanced text services but it didn't work. I am using visual studio 2008 with SP1 running on Windows XP Pro, asking here is my last hope before formating/reinstalling so i hope someone can help me out.

I debug by running the application in debug mode, the freeze happens no matter what the project size and it seems as if it is just the entire GUI that freezes, the computer carries on working just fine i just can't do anything with it because the GUI is totaly unresponsive.

A: 

How big is the project you are running? When I did a Find last night on a huge open source project, I got kind of the same behavior.

Also, did you try Uninstalling just VS2008, then Reinstalling with only the options you use.

Martin
If you're running a really big project, you'd benefit from SSD. We have 100-ish projects with VS2005 -- night and day if you go 15K rpm SCSI or better yet, SSD. Lotsa small files, need I say more.
GregC
A: 

Have you tried disabling "Call ToString()" debugger option? This is ON by default, and is known to deadlock.

GregC