I've tried to find some kind of common pattern or circumstance that might help figure this problem out, but nothing seems properly repeatable.
What I'm seeing sometimes during Debug is an incredible slowdown in response from the IDE (PB9). e.g. I can set a break point and then when the breakpoint is hit and I continue using F8 to single step it, I get delays of sometimes 8-10 seconds before the active line hi-lite moves. Similarly clicking on the Eyeglass Icon to add a variable watch can cause similar waits.
At this point the system is NOT busy, its a 3gig Phenom Quad processor and I have a desktop monitor (Samurize) which would show if some other process had gone 'hog' wild, sucking up resources.
Sometimes exiting Debug and re-entering clears it up, sometimes I re-cycle the whole IDE.
Thank heavens it's intermittent or Debug would be basically useless.
Anyone else experience anything like this? Any ideas?
It's not a show-stopper but sometimes setting up external stuff for a Debug test to get just the right environment is tricky and I've ended up plodding along anyway in molasses mode rather than quit, re-set everything and retry Debug.
George
What I'm seeing sometimes during Debug is an incredible slowdown in response from the IDE (PB9). e.g. I can set a break point and then when the breakpoint is hit and I continue using F8 to single step it, I get delays of sometimes 8-10 seconds before the active line hi-lite moves. Similarly clicking on the Eyeglass Icon to add a variable watch can cause similar waits.
At this point the system is NOT busy, its a 3gig Phenom Quad processor and I have a desktop monitor (Samurize) which would show if some other process had gone 'hog' wild, sucking up resources.
Sometimes exiting Debug and re-entering clears it up, sometimes I re-cycle the whole IDE.
Thank heavens it's intermittent or Debug would be basically useless.
Anyone else experience anything like this? Any ideas?
It's not a show-stopper but sometimes setting up external stuff for a Debug test to get just the right environment is tricky and I've ended up plodding along anyway in molasses mode rather than quit, re-set everything and retry Debug.
George
Comment