Why the IDE link every times when debug program

CodeLite installation/troubleshooting forum
nicehero
CodeLite Curious
Posts: 2
Joined: Thu Mar 24, 2011 7:34 am
Genuine User: Yes
IDE Question: C++
Contact:

Why the IDE link every times when debug program

Post 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.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Why the IDE link every times when debug program

Post 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
nicehero
CodeLite Curious
Posts: 2
Joined: Thu Mar 24, 2011 7:34 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Why the IDE link every times when debug program

Post 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.
Post Reply