News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

How to see output debugging in Window log or similar

Started by axxegfx, August 18, 2009, 06:09:25 PM

Previous topic - Next topic

axxegfx

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.

MortenMacFly

Quote from: axxegfx on August 18, 2009, 06:09:25 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: [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]