Page 1 of 1

Build before debug does not handle custom builds correctly

Posted: Sat Dec 06, 2008 3:24 am
by batt
First of all let me say that CodeLite is the best IDE I've ever seen! I usually develop in Linux on embedded platforms; I tried KDevelop and then Code::Blocks but today I discovered CodeLite and I think that will use it forever.

However I found a little bug: If you try to start a debug session with the "Build before debug" dialog option active, CodeLite try to issue a normal build even if the project is set to use a custom makefile.
Here attached is a patch that fix the problem.
Hope that will be integrated in SVN repository.

Keep up the good work!

Francesco Sacchi

Re: Build before debug does not handle custom builds correctly

Posted: Sat Dec 06, 2008 8:13 am
by eranif
batt wrote:First of all let me say that CodeLite is the best IDE I've ever seen! I usually develop in Linux on embedded platforms; I tried KDevelop and then Code::Blocks but today I discovered CodeLite and I think that will use it forever.
Thank you for the kind words
batt wrote:However I found a little bug: If you try to start a debug session with the "Build before debug" dialog option active, CodeLite try to issue a normal build even if the project is set to use a custom makefile.
Here attached is a patch that fix the problem.
Hope that will be integrated in SVN repository.
Indeed a bug :)

I committed your patch into the SVN trunk.

Eran