Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Electron on July 18, 2007, 04:56:27 pm

Title: Stop Build Log From Being Cleared
Post by: Electron on July 18, 2007, 04:56:27 pm
Once a project is finished building, the build log seems to disappear. Is there a way to stop this, or to automatically save it somewhere? Sometimes I like to see the the build log even when there are no compile-stopping errors, especially since errors in the post-build commands won't cause C::B to halt
Title: Re: Stop Build Log From Being Cleared
Post by: stahta01 on July 19, 2007, 05:54:29 am
Have you tried clicking on the "Build Log" tab?
Note, after building it goes to the "Build Message" Tab.

What OS and Code::Blocks version?

In current nightly, see
"settings" -> "compiler and debugger"
Select "other tab" far right tab
Check-mark "Save build log to HTML ..."

Tim S

Title: Re: Stop Build Log From Being Cleared
Post by: Electron on July 19, 2007, 05:26:24 pm
Windows XP, SVN rev 4261 (July 11, 2007)

Both the build log tab and the build messages tab seem to be cleared at the conclusion of a build.

Save to html gives me what I need though, thank you.