On Sat, 31 Mar 2007, Vincent Snijders wrote:
> Felipe Monteiro de Carvalho schreef: > > Hello, > > > > I´ve being trying to debug a complex bug with lazarus, so I go > > step-by-step again, and again, trying to find out where and why things > > go wrong. > > > > The problem is that everytime I press F9 Lazarus will link the > > executable again, even thougth nothing changed, and this takes quite > > some time on windows on my laptop. > > > > Maybe we could have a option to Debug the executable without rebuild. > > > > What do you guys think about it? > > Go to project -> Project Options -> Miscellaneous. > > Uncheck "Always build (even if nothing change)". > > The reason that it is checked by default, is that we (at least I) don't trust > Lazarus to detect that something has changed. It's always possible that some source file outside the project has changed. The compiler would detect it, but Lazarus probably would not. Michael.
