Author Topic: logs & others  (Read 35485 times)

Offline emanahmed

  • Single posting newcomer
  • *
  • Posts: 8
logs & others
« on: August 27, 2010, 08:58:18 am »
how can I view logsa and others window in code blocks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: logs & others
« Reply #1 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
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: logs & others
« Reply #2 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.

Offline emanahmed

  • Single posting newcomer
  • *
  • Posts: 8
Re: logs & others
« Reply #3 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: logs & others
« Reply #4 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: logs & others
« Reply #5 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.

Offline emanahmed

  • Single posting newcomer
  • *
  • Posts: 8
Re: logs & others
« Reply #6 on: August 29, 2010, 06:39:30 am »
ohhh,finally logs and others appear
thanks all