4

Possible Duplicate:
Slow debugging issue in Visual Studio

Hello,

I have a problem with vs2010, when i start debugging it works slow. Internet explorer opens but website loads extremely slowly. I stopped my anti-virus program but it couldn't be resolved. My workmate and me work on the same project and he doesn't have any problem like that. My hardware is 4G memory + Intel Core i5 CPU 3.20 GHz.

9
  • 1
    Not really a programming question IMO... Commented Feb 15, 2011 at 14:35
  • 8
    Not a programming question? Really? Because real programmers don't debug? Commented Feb 15, 2011 at 14:42
  • 2
    The reason it was closed as not a real question is because: It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. Let's review: OP cannot debug. He wants us to figure out why he can't seemingly debug; but we don't have nearly enough information to be able to do little more than shoot blanks in the dark. Commented Feb 15, 2011 at 18:36
  • 1
    I'd close as too localized, but apparently lots of people want to play "Guess what's in the box." Frankly, the answer is that this guy has got an assload of extensions running, some of which are behaving badly. He needs to run VS in safe mode, then try to debug, and gaze in wonder at how much faster everything is. Commented Feb 15, 2011 at 19:59
  • 1
    @George major part of the questions fall in this category, that's how it works with newbies, people who English isn't their native language or people that just don't know how to ask. If all those questions will be closed, it's the end of SO. This specific question is very clear: debug is working slow. What might slow it down? Commented Feb 15, 2011 at 21:01

3 Answers 3

2

Have you by any chance turned on IntelliTrace event and call information collection? If not, do you also see slow debugging for non-web projects?

Sign up to request clarification or add additional context in comments.

5 Comments

"Enable Intellitrance" checked also "IntellıTrance events only". Normally i do only web projects but i tried with non-web projects and there is no problem. It works well
Is the web application slow when run without an attached debugger?
i started without debugging, it is better, not slow
What happens if you debug with IntelliTrace disabled?
I tried when IntelliTrance disabled and enabled. Its same
1

I suggest to use the Proces Explorer tool from Sysinternals to see whats really delay your system. When you run it, open also the CPU History on the Colums.

Using this tool you can get the view of whats goin on.

Comments

0

Have you tried to debug your web application with another browser? Try using Firefox or Chrome and see if it is still slow.

1 Comment

I tried with opera,firefox and chrome and stuation same. It takes long time.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.