Code::Blocks Forums

User forums => Help => Topic started by: emanahmed on August 27, 2010, 08:58:18 am

Title: logs & others
Post by: emanahmed on August 27, 2010, 08:58:18 am
how can I view logsa and others window in code blocks
Title: Re: logs & others
Post by: MortenMacFly on August 27, 2010, 09:08:03 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
Title: Re: logs & others
Post by: Jenna on August 27, 2010, 09:12:57 am
If you mean the "Logs & others" pane, make sure "View -> Logs" is active or use F2 to toggle.
Title: Re: logs & others
Post by: emanahmed on August 27, 2010, 06:34:50 pm
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
Title: Re: logs & others
Post by: MortenMacFly on August 28, 2010, 09:25:03 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.
Title: Re: logs & others
Post by: Jenna on August 28, 2010, 10:38:00 pm
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.
Title: Re: logs & others
Post by: emanahmed on August 29, 2010, 06:39:30 am
ohhh,finally logs and others appear
thanks all