473,569 Members | 2,459 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Slow debugging speed in VS2005

I have just recompiled several of my large projects under VS2005 and notice
that the speed at which they operate within the Debug configuration has gone
up by a factor of 300-400%. Does anyone know of any settings that I can tweak
(possibly emporarily, say) to get back the former execution speed? Thanks.
--
Larry Goldstein
Feb 9 '06 #1
2 1219
If you look at the output window I bet you have a lot of First Chance
Warning's showing up.

Fix those and your speed should go back up. I am having the same issue.

Things like: Dim iVar as Integer = oRow("intfield" ) will cause a warning.
Casting the row object to integer fixed it for me.

T

"Larry Goldstein" <La************ @discussions.mi crosoft.com> wrote in
message news:B8******** *************** ***********@mic rosoft.com...
I have just recompiled several of my large projects under VS2005 and notice
that the speed at which they operate within the Debug configuration has
gone
up by a factor of 300-400%. Does anyone know of any settings that I can
tweak
(possibly emporarily, say) to get back the former execution speed? Thanks.
--
Larry Goldstein

Feb 9 '06 #2
Thanks, Tommy. It must be something like that, but I have absolutely no
warnings whatever. I cleaned up all 250 or so warnings that showed up when I
converted the app. Any other ideas?
--
Larry Goldstein
"Tommy" wrote:
If you look at the output window I bet you have a lot of First Chance
Warning's showing up.

Fix those and your speed should go back up. I am having the same issue.

Things like: Dim iVar as Integer = oRow("intfield" ) will cause a warning.
Casting the row object to integer fixed it for me.

T

"Larry Goldstein" <La************ @discussions.mi crosoft.com> wrote in
message news:B8******** *************** ***********@mic rosoft.com...
I have just recompiled several of my large projects under VS2005 and notice
that the speed at which they operate within the Debug configuration has
gone
up by a factor of 300-400%. Does anyone know of any settings that I can
tweak
(possibly emporarily, say) to get back the former execution speed? Thanks.
--
Larry Goldstein


Feb 9 '06 #3

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

Similar topics

5
2100
by: Will McGugan | last post by:
Hi, On my dev machine (P4 1.7Ghz Win2K) debugging with Komodo is painfuly slow. There is a delay of several seconds when stepping over a single line of code. Debugging the same code with Pythonwin is very quick. Does anyone else experience slow debugging, and is there anyway to speed it up? TIA,
1
1486
by: Brian Henry | last post by:
I know some of you have seen this problem. Stepping through code in the debugger is slow as heck in Visual Studio 2005. Well here is the problem, Edit and continue. Because edit and continue does run time compileing of code as it executes, it causes a big slow down in execution time. To disable this and return the debugger to the normal speed...
7
1446
by: Fredrik Melin | last post by:
Running a solution with about 20 sub-projects total about 150.000 lines of code. Typing code is slow (delay when typing fast). Pressing next line while debugging is slow. Pressing Ctrl-F for quick find is rediculous slow. Everything is slow. Running Exe is fine though This is on a HP Workstation machine with Xeon 3GHz (HT Enabled) with...
5
1149
by: Brian Henry | last post by:
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...
17
3020
by: Marc | last post by:
Hi, Before I had installed Visual basic.net 2003 on my laptop toshiba Tecra S1 Tecra S1 Centrino 1.6GHz / XP Pro / 15.0 256mb Windows XP servic pack2 After installing Visual Studio 2005 My computer seems to be too slow to debug my developping applications.
13
1587
by: rperreta | last post by:
I'm using VB .NET and it is extremely slow. I went through all the support channels a few months back and since then have stopped development on the project. We are losing money and I have developers idle. Whats the deal MS? Everyone on the forums and all over the web are complaining about this why has there not be a hotfix or something...
5
7784
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 app.config file referencing arbitrary versions of the plug-in components they wish to consume. Here's the problem: Assuming I have installed any...
3
3583
by: Chris288 | last post by:
Hi, I have a problem where our app when compiled in VS2005 runs about 50% the speed it attains in VS2003. This is an unmanaged C++ app. I have tried most combinations of the optimization and language settings with little change in run speed. I compared the generated native code in various places in the code and noticed two things.
5
1476
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
0
7618
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8132
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7678
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7982
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6286
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5222
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3656
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1226
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.