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

logs & others

Started by emanahmed, August 27, 2010, 08:58:18 AM

Previous topic - Next topic

emanahmed

how can I view logsa and others window in code blocks

MortenMacFly

Quote from: emanahmed on August 27, 2010, 08:58:18 AM
how can I view logsa and others window in code blocks
What logs do you mean?
If you mean the full compiler log, use Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line".
If you mean the debug log of Code::Blocks (usually not needed), do add the "--debug-log" as a command line option when you call Code::Blocks.

Also, we do have a users manual and a WiKi which tells you a lot more information here:
http://www.codeblocks.org/user-manual
http://wiki.codeblocks.org/index.php?title=Main_Page
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]

Jenna

If you mean the "Logs & others" pane, make sure "View -> Logs" is active or use F2 to toggle.

emanahmed

I mean logs and others to see log build and know the errors when I build my program .
I upset because If ther are error I doesn't recognize it
Please help me knowing that "View -> Logs" is active.
thanks in advance

MortenMacFly

Quote from: emanahmed on August 27, 2010, 06:34:50 PM
Please help me knowing that "View -> Logs" is active.
Press F2 two times and see what changes. You'll see that logs are present (at the bottom of C::B) and then will be hidden... or the opposite.
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]

Jenna

And if that does npt help, because you accidently moved it to a place outside the screen, you can delete the current perspective from "View -> Perspectives -> Delete current".
If you do this with the default perspective, a new one will be created from scratch.

emanahmed

ohhh,finally logs and others appear
thanks all