Author Topic: How to see output debugging in Window log or similar  (Read 2858 times)

Offline axxegfx

  • Single posting newcomer
  • *
  • Posts: 3
How to see output debugging in Window log or similar
« on: August 18, 2009, 06:09:25 pm »
I've just known Codeblocks and I'd like to know ,how can I see output debugging in a log view not in an external console?
I often made programs with eclipse and I remember when I debugged programs I could see the output instruccions
such as printf  or puts in a integrated console in eclipse.

Can codeblocks make something like that?

Thank you.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: How to see output debugging in Window log or similar
« Reply #1 on: August 18, 2009, 08:51:43 pm »
Can codeblocks make something like that?
You can use a generic tool entry (via the tools menu) to run targets and have their output transferred into the log.
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