Author Topic: build logs  (Read 5026 times)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
build logs
« 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
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: build logs
« Reply #1 on: October 02, 2012, 10:33:22 pm »
No, there is no automatic way to do it, but you can copy&paste the logs :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: build logs
« Reply #2 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 :)
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: build logs
« Reply #3 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: build logs
« Reply #4 on: October 02, 2012, 11:35:37 pm »
Or just use Build and Run as two seperated steps.