News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Printing error when compiling

Started by aizen92, April 26, 2012, 07:52:16 PM

Previous topic - Next topic

aizen92

Hi, I'm new in Code::Blocks, and I noticed something, that when I compile and I get some error, the red box, I dont know the error like what it is, or its reason, I have to go back to the command prompt and compile it myself and figuring it out, is there a way to make Code::Blocks print out the error I'm having, like if there is a certain variable that is not existing, to tell me that.

Thanks

MortenMacFly

Quote from: aizen92 on April 26, 2012, 07:52:16 PM
I'm having, like if there is a certain variable that is not existing, to tell me that.
In the logger tabs, inspect the "build messages" and "build log" tab. If you don't see that, hit F2 to toggle its visibility. (Or use the "View" menu...)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

aizen92