Page 1 of 1

Why the IDE link every times when debug program

Posted: Thu Mar 24, 2011 7:42 am
by nicehero
The IDE link every times when debug,and the code has not any change.
It's too slow...
My IDE version is 2.9
Run on Ubuntu 10.10.
The program use the g++ to compile and link.

Re: Why the IDE link every times when debug program

Posted: Thu Mar 24, 2011 2:42 pm
by DavidGH
Hi,

It's configurable. IIRC you should have seen a dialog the first time you debugged, with a checkbox for you choose whether to build first.

You can change your choice later from Settings > Global Editor Settings: Dialogs > "Always build before debugging".

Regards,

David

Re: Why the IDE link every times when debug program

Posted: Fri Mar 25, 2011 8:38 am
by nicehero
DavidGH wrote:Hi,

It's configurable. IIRC you should have seen a dialog the first time you debugged, with a checkbox for you choose whether to build first.

You can change your choice later from Settings > Global Editor Settings: Dialogs > "Always build before debugging".

Regards,

David
Thx.
But I think it's the bug of IDE;
The normal type of makefile will not link when code and lib have not be change.