News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Veiwing Warnings in the Build Log window.

Started by WCoaster, January 11, 2011, 11:26:05 PM

Previous topic - Next topic

WCoaster

I have an issue where my program may compile and run but I notice the blue script about some warning in the Build Log before it launches the application.

The warnings flash so quickly I can't tread them. Is there a way to read these warning when the program compiles successfully?

Thanks

Jenna

What about just building it, without running it directly afterwards ?

WCoaster

I suppose that could work.

I was wondering if there was an option setting somewhere that I could not locate.

Thanks

stahta01

#3
There used to be an option to save Build Log to HTML file.
I can not remember where it was located.
It still exists on the Compiler "Other Option" Tab.


Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ollydbg

From my personal experience, sometimes when I "run" a program in C::B, the build-log message may disappeared.

So, I do not have any change to see these warnings any more. I regard this was not user friendly. :D
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.