Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: ChaiAo on March 05, 2011, 10:46:15 am
-
After click "Compile & Build & Run", there's some blue charactors in "Build Log".
But they disappeared then.
How can I review them?
Thanks.
-
:shock:
My English is poor?
Or no one knows~
-
Try picking just "rebuild"
Tim S.
-
click the tab labeled build log .
-
click the tab labeled build log .
Removed non english content !
Please respect the forum rules !
Non english posts are not allowed for legal reasons !
Jens
-
Check "Setings -> Compiler and debugger -> Global compiler settings -> Build options -> Save build log to HTML file if build is finished" and probably the nect checkbox also (about full commandline in the HTML file).
The tab named "Build log" will be cleared if you run the project, the html file will remain until the next build.
Alternatively do not use build and run, but just build to view the build results before running your executable (that's what Tim meant with just clicking "rebuild").
A rebuild is needed here, because the blue lines are warnings and do not cause a rebuild of your sources, so just clicking build will not be enough (unless you hae changed the file, that causes the warning).
-
Thanks Jens.
And sorry for non English content.
I didn't notice the rules. :P
And thanks other people. :)