is debugging on VS2005 ever slow sheesh...

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Now don't blame it on my system because its a dual core pentium D at 3.2GHz
with 4GB RAM running windows xp 64bit on a RAIDed 10K RPM hard drive...

but wow is stepping thorugh code in VB 2005 slow as heck... i step one line
it takes 10+ seconds to get to the next line... and gets even worse when it
jumps across procedures or object insanciations....
 
Back when this was in beta and even alpha they kept telling me "it will be
faster at release" when i bugged the debugger speed as a bug... but it didnt
get faster it got a LOOOOOOT slower... and im seeing this consistantly
across 4 systems...
 
What version of VS 5 are you using now (enterpriise, pro or what)? Seems
like more people would be complaining. I have only used the beta, and it
seemed more like a Java GUI than a Visual Studio IDE. So I am sticking with
VS.Net 2003 for now.
 
2005 Pro RTM with Visual Soruce Safe 6.0d.. havent upgraded to VSS 2005
yet... one step at a time...
 
Yes, I thought the same, that it is as slow as debugging with the Eclipse
IDE for Java. Using VS 2005, when a breakpoint is hit, you first see that
the code window is loaded and shown and few seconds later the breakpoint is
highlighted and you can actually debug... in VS.NET 2002/2003 it was almost
instantaneous...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top