Debugging in visual studio 2008 freezes entire system
        Posted  
        
            by mat690
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mat690
        
        
        
        Published on 2009-08-12T16:42:14Z
        Indexed on 
            2010/05/02
            6:07 UTC
        
        
        Read the original article
        Hit count: 310
        
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.
© Stack Overflow or respective owner