[Solved] Console Output in the IDE

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
NicTheQuick
Addict
Addict
Posts: 1504
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

[Solved] Console Output in the IDE

Post 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:
Last edited by NicTheQuick on Sun Mar 09, 2014 12:24 pm, edited 1 time in total.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Console Output in the IDE

Post 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.
quidquid Latine dictum sit altum videtur
User avatar
NicTheQuick
Addict
Addict
Posts: 1504
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: Console Output in the IDE

Post 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.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Post Reply