Page 1 of 1

[Solved] Console Output in the IDE

Posted: Tue Nov 05, 2013 9:01 pm
by NicTheQuick
Hi folks,

I wish I could see the console output of commands like 'PrintN()' directly in the IDE on linux. Unfortunality the command 'OpenConsole()' opens no new window. This works only on Windows (and Mac?).

It would be very cool to see the actual console output directly in the IDE or an extra window which can be attached to the IDE. So you are also able to output things for debugging without using the debugger. :wink:

Re: Console Output in the IDE

Posted: Tue Nov 05, 2013 10:20 pm
by freak
If you select executable type "Console" in the compiler options, the IDE will start the program in a terminal so you can see the output.

Re: Console Output in the IDE

Posted: Wed Nov 06, 2013 5:16 pm
by NicTheQuick
Oh nice. I didn't know about this feature.
But still it would be cool if the console could be integrated in the IDE, maybe optionally.