Author Topic: Stop Build Log From Being Cleared  (Read 3396 times)

Offline Electron

  • Single posting newcomer
  • *
  • Posts: 7
    • Crucible of Stars
Stop Build Log From Being Cleared
« 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
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Stop Build Log From Being Cleared
« Reply #1 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

« Last Edit: July 19, 2007, 05:56:40 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Electron

  • Single posting newcomer
  • *
  • Posts: 7
    • Crucible of Stars
Re: Stop Build Log From Being Cleared
« Reply #2 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.
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.