Code::Blocks Forums

User forums => Help => Topic started by: AZ on October 02, 2012, 09:57:25 pm

Title: build logs
Post by: AZ on October 02, 2012, 09:57:25 pm
Hello,
 is there a way to preserve messages in the "build messages" and "build log" windows during "build & run" operation?

when i "build & run" i see messages running in those windows, but then they are erased when the program starts. I know can just "build", but is there another way?
thank you
AZ
Title: Re: build logs
Post by: oBFusCATed on October 02, 2012, 10:33:22 pm
No, there is no automatic way to do it, but you can copy&paste the logs :)
Title: Re: build logs
Post by: AZ on October 02, 2012, 10:38:20 pm
No, there is no automatic way to do it, but you can copy&paste the logs :)
;D i would have to attend a class - the compilation is a bit too fast for me :)
Title: Re: build logs
Post by: Alpha on October 02, 2012, 11:04:27 pm
Settings->Compiler and debugger...->Build options (tab) check Save build log will generate an HTML file for you to read at your leisure.
Title: Re: build logs
Post by: Jenna on October 02, 2012, 11:35:37 pm
Or just use Build and Run as two seperated steps.