Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: d4ljoyn on May 17, 2007, 09:48:43 pm

Title: Show command lines
Post by: d4ljoyn on May 17, 2007, 09:48:43 pm
Is there a way to have C::B show the actual compiler and linker commands generated, or is there a log file that can be turned on.  I have been looking through the dialogs and reading furiously for a couple of hours and I can't find this option.

Thank you
Title: Re: Show command lines
Post by: TDragon on May 17, 2007, 09:51:34 pm
Settings->Compiler and debugger->Global compiler settings->Other settings->Compiler logging, "Full command line"
Title: Re: Show command lines
Post by: Deschamps on May 17, 2007, 09:54:06 pm
Quote from: d4ljoyn
(..) I have been looking through the dialogs and reading furiously for a couple of hours (..)

Really?  :D

Settings -> Compiler and Debugger -> Other settings -> Full command line (in Compiler loggin listbox)
You also can save log to an HTML file.

Regards.


Edit: TDragon has been faster than me :)
Title: Re: Show command lines
Post by: d4ljoyn on May 17, 2007, 09:54:50 pm
You guys are the top!
Title: Re: Show command lines
Post by: jazzer on May 21, 2007, 06:27:51 am
It looks like it doesn't shows command lines for 'make' commands.
How can I see this line?