Home > Archive > Visual Studio > March 2005 > Max CPU when editing or debug.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Max CPU when editing or debug.
|
|
| Sam Santiago 2005-03-29, 8:59 pm |
| Visual Studio 2003 has suddenly started exhibiting high CPU usage, maxed at 100%, when I attempt to started editing a file (start typing code) or run the program in debug mode - single stepping through the program. Any clues? Is a re-install required? Any tips appreciated.
Thanks,
Sam
--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
| |
| Phil Wilson 2005-03-31, 8:58 pm |
| Turn off dynamic help - that's reported to improve responsiveness somewhat.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
"Sam Santiago" <ssantiago@n0spam-SoftiTechture.com> wrote in message
news:uD8ooyLNFHA.3340@TK2MSFTNGP14.phx.gbl...
Visual Studio 2003 has suddenly started exhibiting high CPU usage, maxed at
100%, when I attempt to started editing a file (start typing code) or run
the program in debug mode - single stepping through the program. Any clues?
Is a re-install required? Any tips appreciated.
Thanks,
Sam
--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
| |
| Sam Santiago 2005-03-31, 8:58 pm |
| Thanks for the tip. My problem turned out to be that I had many breakpoints
set, but that were disabled. Once I cleared all breakpoints it was fine. I
had to set a lot of breakpoints to debug a problem and while working on the
problem over a day I didn't want to have go back each time and set them
again, so I thought disabling them would save me time. But I guess this
might cause some overhead for Visual Studio.
Thanks,
Sam
--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Phil Wilson" <pdjwilson@nospam.cox.net> wrote in message
news:O5XG7hiNFHA.2520@tk2msftngp13.phx.gbl...
> Turn off dynamic help - that's reported to improve responsiveness
> somewhat.
> --
> Phil Wilson
> [Microsoft MVP-Windows Installer]
>
> "Sam Santiago" <ssantiago@n0spam-SoftiTechture.com> wrote in message
> news:uD8ooyLNFHA.3340@TK2MSFTNGP14.phx.gbl...
> Visual Studio 2003 has suddenly started exhibiting high CPU usage, maxed
> at 100%, when I attempt to started editing a file (start typing code) or
> run the program in debug mode - single stepping through the program. Any
> clues? Is a re-install required? Any tips appreciated.
>
> Thanks,
>
> Sam
>
> --
> _______________________________
> Sam Santiago
> ssantiago@n0spam-SoftiTechture.com
> http://www.SoftiTechture.com
> _______________________________
>
|
|
|
|
|