Code::Blocks Forums
User forums => Help => Topic started by: AZ 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
-
No, there is no automatic way to do it, but you can copy&paste the logs :)
-
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 :)
-
Settings->Compiler and debugger...->Build options (tab) check Save build log will generate an HTML file for you to read at your leisure.
-
Or just use Build and Run as two seperated steps.