all groups > visual studio .net debugging > july 2006 >
You're in the

visual studio .net debugging

group:

ASP.NET project slow loading in debug mode


ASP.NET project slow loading in debug mode Kevin Yu
7/18/2006 4:21:59 PM
visual studio .net debugging:
I am using vs.net 2005 on this web app. when start the project in debug
mode, the IDE spenses 4-5 seconds to load one assembly. it happened before
but went away by itself. now it comes back again!!!


has anyone encountered this issus?

Kevin

Re: ASP.NET project slow loading in debug mode Kevin Yu
7/19/2006 11:03:20 AM
the IDE is actually loading the symbols for all the dlls.
the message is showing on the IDE status bar. "Loading symbols for blah blah
blah.... dll"

why is that happening?


[quoted text, click to view]

Re: ASP.NET project slow loading in debug mode Mansour Ghaoui
9/5/2006 1:03:01 AM
I have the exact same problem. It takes *forever*.

Can anybody reply plz.??

Mansour

[quoted text, click to view]
Re: ASP.NET project slow loading in debug mode Steve Taylor
10/17/2006 9:19:02 AM
I had the same error for weeks

My Problem:

Using C# .NET a web based project was debugging really slow, each step took
about 5 seconds to perform, on another PC my colleague had same project and
was running well in debug. It runs absolutely fine when running without
breakpoints.

Sound familiar?

i have been all over the place trying to find an answer to no avail... so i
decided to find the solution myself and i have fixed it on my PC.

People have told you to close down your Watch windows, remember to delete
old watches. However i stumbled upon the breakpoints window..

Debug -> Windows -> Breakpoints

I had loads in there, so i removed them all by clicking

Debug -> Clear All Breakpoints

Closed the Breakpoints window
I also closed all the watch windows, Sourcesafe Pending checkins window and
the auto and local watch windows Put a new breakpoint in to test it and hey
presto my deubgger is back to its fast paced self. I couldnt believe it.


I now that i think about it in Watch 1 i had a variable that i was watching
a while back i also deleted that. So it could be any of the things i
mentioned causing your project debugger to be slow. Try them and see.

Hope this helps
AddThis Social Bookmark Button