Author Topic: build log messages  (Read 5224 times)

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
build log messages
« on: March 03, 2010, 04:48:28 pm »
hello

when i build and run a file , sometimes messages show up in the build log tab but those messages disappear as soon as my console appli shows, those messages are sometimes very important to read for diagnose, how can i do so they dont dissapear ?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: build log messages
« Reply #1 on: March 03, 2010, 06:31:28 pm »
Select the tab they are on; if the tab is hidden, IIRC right click on a visible tab and select the hidden tab.

Tim S.
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 benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: build log messages
« Reply #2 on: March 03, 2010, 08:06:19 pm »
does not work

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: build log messages
« Reply #3 on: March 03, 2010, 08:08:27 pm »
What version/SVN of Code::Blocks and OS Information?

Tim S.
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 benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: build log messages
« Reply #4 on: March 03, 2010, 10:30:38 pm »
8.02  ,  winxp sp2.
regards

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: build log messages
« Reply #5 on: March 04, 2010, 12:50:08 am »
hello

when i build and run a file , sometimes messages show up in the build log tab but those messages disappear as soon as my console appli shows, those messages are sometimes very important to read for diagnose, how can i do so they dont dissapear ?
I also experienced this kind of problem.(windows, latest SVN)
Some time, building finished, I switch to other tab, then switch back, the build log seems striped. :(
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline benkenobi01

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: build log messages
« Reply #6 on: March 04, 2010, 01:40:28 am »
yep, those messages that i see during a fraction of seconds could help me to debug my programs.. :?