Home » Questions » Computers [ Ask a new question ]

Visual studio debugger is slow / terminates when expanding watch on a container/list etc

Visual studio debugger is slow / terminates when expanding watch on a container/list etc

I'm afraid to say I can't figure this one out, but my VS2008 appears sick. Any time I navigate to a particular view in my app, VS will hold for roughly 60 seconds on "Symbol loading Windows/.../***.dll" but then will navigate as normal BACK to that view.

Asked by: Guest | Views: 319
Total answers/comments: 1
Guest [Entry]

"Have you installed service pack 1 ? This problem happens to me as well, but not frequently so i dont know how to resolve it correctly. Its worst when i use the remote debugger.

I have noticed that lists in the watch cause the most problems. I usually debug using tracepoints to print out the value of variables instead of breakpoints when i need to view variables. Its due to the nature of my application which sufferes timeout if i breakpoint.

I have visual studio 2005 installed on my computer and i get this problem as well, but its incredibly rare on visual studio 2005."