Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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.
-
Settings / Compiler and debugger / Other settings / Compiler logging = Full command line.
-
Thank you, spot on.