(I'm woking on a Win XP SP2 running on a vmware 6 workstation virtual machine configured with 1 GB ram, 1 processor, hosted on a dell XPS dual core at 2 GHZ with 2 GB ram)
I barely started on a project in lazarus about 2 weeks ago. The project involves indy as a 3rd party component and the rest of the about 60 files in 2 projects totaling around 190 KB (pas files only) were written during the past 2 weeks.
This is just the skeleton of the project, the size of the code will at least triple and the number of files will probably grow over 80.
the problems I experiance are:
- I have the code compiled and want to debug something which does not require code modification. I modify for example a config file and want to debug the effects. I hit run, but I have to wait until it rebuilds. this is annoying as I get to loose upto 2 minutes
-I make a small modification and I want to just compile (or debug. or build), I again have to wait until everything is rebuilded.
you can see how frustrating this is. and for some reason I just cannot find a way to configure the ide/compiler to re-build/re-compile only when needed. hopefully, I'm just blind.
eventually, I'll be making a commandline build process since this project will be multiplatform, but for now I want my development to go faster. wasting almost 2 minutes with each compile/build is unacceptable. I get to compile/build at least 30 times a day which makes this waste 1 development hour per day making me look unefficient.
thanks
