News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Stop Build Log From Being Cleared

Started by Electron, July 18, 2007, 04:56:27 PM

Previous topic - Next topic

Electron

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
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.

stahta01

#1
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

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Electron

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.
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.