Code::Blocks Forums

User forums => Help => Topic started by: visir on May 27, 2017, 08:11:52 pm

Title: Debugging a makefile based program?
Post by: visir on May 27, 2017, 08:11:52 pm
Is it possible to debug some project without rewriting makefile into a codeblocks project?

I'll probably do that anyway, but this seems time consuming, just curious if there is a faster way.
Title: Re: Debugging a makefile based program?
Post by: oBFusCATed on May 27, 2017, 10:43:56 pm
Yes, it should be possible. You should set the output filename and execution working dir for your target.
If it doesn't we could try to fix it.