473,441 Members | 1,783 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,441 software developers and data experts.

is debugging on VS2005 ever slow sheesh...

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....
Nov 23 '05 #1
5 1144
Sheesh, thaks for the warning.

--

Patrick Sullivan, AA-BA, BA-IT

"Brian Henry" <no****@nospam.com> wrote in message
news:un**************@TK2MSFTNGP10.phx.gbl...
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....

Nov 23 '05 #2
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...

"Patrick Sullivan" <ps****@eatel.net> wrote in message
news:ye******************************@eatel.net...
Sheesh, thaks for the warning.

--

Patrick Sullivan, AA-BA, BA-IT

"Brian Henry" <no****@nospam.com> wrote in message
news:un**************@TK2MSFTNGP10.phx.gbl...
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....


Nov 23 '05 #3
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.

--

Patrick Sullivan, AA-BA, BA-IT

"Brian Henry" <no****@nospam.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
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...

"Patrick Sullivan" <ps****@eatel.net> wrote in message
news:ye******************************@eatel.net...
Sheesh, thaks for the warning.

--

Patrick Sullivan, AA-BA, BA-IT

"Brian Henry" <no****@nospam.com> wrote in message
news:un**************@TK2MSFTNGP10.phx.gbl...
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....



Nov 23 '05 #4
2005 Pro RTM with Visual Soruce Safe 6.0d.. havent upgraded to VSS 2005
yet... one step at a time...
"Patrick Sullivan" <ps****@eatel.net> wrote in message
news:-r********************@eatel.net...
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.

--

Patrick Sullivan, AA-BA, BA-IT

"Brian Henry" <no****@nospam.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
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...

"Patrick Sullivan" <ps****@eatel.net> wrote in message
news:ye******************************@eatel.net...
> Sheesh, thaks for the warning.
>
> --
>
> Patrick Sullivan, AA-BA, BA-IT
>
> "Brian Henry" <no****@nospam.com> wrote in message
> news:un**************@TK2MSFTNGP10.phx.gbl...
>> 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....
>>
>>
>
>



Nov 23 '05 #5
> "Patrick Sullivan" <ps****@eatel.net> wrote in message
news:-r********************@eatel.net...
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.


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

Nov 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Ashley Lloyd | last post by:
What do people generally use to debug their Python programs? I haven't seen anything out there that walks through the code, but perhaps I'm looking in the wrong places? TIA Ashley ...
49
by: CMM | last post by:
Let me preface by saying that I like VS2005. It improves on many things lacking in VS 2003 and takes pretty much nothing away. Having said that, I am a little underwhelmed by it. Despite a...
10
by: Andrew Kidd | last post by:
I see this when I'm stepping through in the debugger ... just thought I'd ask, and I just know it's going to be one of those "Doh" moments, but it's got me foxed just now.
4
by: Peter Sutcliffe | last post by:
In VS2003 I had a class library project that I started via a URL and I had ASP.NET debugging enabled to allow me to debug the web pages code behind in my project. I have moved the app to VS2005...
4
by: Jules Winfield | last post by:
I'm using VS2005. I have a solution consisting of twelve projects. All projects are console/service apps except for one which is a WinForms app. There are no web projects. I'd say that I'm at...
5
by: phnimx | last post by:
Hi , We have developed a number of plug-in .NET Library Components that we typically deploy with our various applications by installing them into the GAC. Each of the applications contains an...
5
by: Lars Schouw | last post by:
How come debugging c# code in VS2005 is much slower than debugging Java code in IntelliJ IDEA Is it possible to change any compilation flags to make it go faster? Thanks Lars
5
by: tshad | last post by:
I am using VS 2005 and find that if I am debugging my program and am still in debug mode, certain functions slow down. For example, if I tracing through some of my code and haven't stopped...
3
by: Pixel.to.life | last post by:
All, A question on JIT debugging with VS2005. I have a managed app that builds great on one machine (Vista Home basic, VS2005, JIT enabled for managed/unmanaged code). I can also debug it...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.