473,408 Members | 2,813 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,408 software developers and data experts.

How do setup vs7 not to build everytime I start debug

Is there a way to setup visual studio so that it won't build every time I
start the debugger?

Thanks
Nov 16 '05 #1
2 1340
It shouldn't build any project that you haven't changed since it was last
built. Have you not noticed the 'Project1 - up to date.' message in the
compilation output sometimes?
That's on a project level. But on a file level, C# has to recompile all
files of a project if any of the project has changed, as it doesn't have any
concept of precompiled headers in the same way that C++ does. There's no way
of avoiding that.
Although C# is a lot faster to compile than C++ is!

"R.A." wrote:
Is there a way to setup visual studio so that it won't build every time I
start the debugger?

Thanks

Nov 16 '05 #2
The problem with c# is that every time it recompiles it changes the version
number - and that forces me to rebuild all projects/solutions that has
dependancy when using strong names.
Thanks
"Bonj" <Bo**@discussions.microsoft.com> wrote in message
news:7C**********************************@microsof t.com...
It shouldn't build any project that you haven't changed since it was last
built. Have you not noticed the 'Project1 - up to date.' message in the
compilation output sometimes?
That's on a project level. But on a file level, C# has to recompile all
files of a project if any of the project has changed, as it doesn't have any concept of precompiled headers in the same way that C++ does. There's no way of avoiding that.
Although C# is a lot faster to compile than C++ is!

"R.A." wrote:
Is there a way to setup visual studio so that it won't build every time I start the debugger?

Thanks

Nov 16 '05 #3

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

Similar topics

15
by: cody | last post by:
We have a huge project, the solutuion spans 50 projects growing. Everytime I want to start the project I have to wait nearly over 1 minute for the compiler to complete building. This is...
10
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
23
by: cody | last post by:
We have a huge project, the solutuion spans 50 projects growing. Everytime I want to start the project I have to wait nearly over 1 minute for the compiler to complete building. This is...
13
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.