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.

What you also can do (i use that in such cases)

project -> compiler options -> compilation -> compiler

uncheck: compile on run

That way the compiler will never get called wheh you press F9

Marc

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to