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.
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.