Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tim_c on July 08, 2008, 10:36:59 pm

Title: Logging toolchain command lines
Post by: tim_c on July 08, 2008, 10:36:59 pm
I'm working on a toolchain which feeds things to C::B

When a test application is compiled and linked by C::B  as configured by the data I sent, it would be very useful to have a log of the command lines sent out by C::B as a way to try and work out what C::B is doing. Working blind is no fun.

How do I turn on logging or otherwise capture the data?

Host OS is XP.
Title: Re: Logging toolchain command lines
Post by: TDragon on July 09, 2008, 03:35:10 am
Settings / Compiler and debugger / Other settings / Compiler logging = Full command line.
Title: Re: Logging toolchain command lines
Post by: tim_c on July 09, 2008, 09:59:02 pm
Thank you, spot on.