<p>Am 05.03.2017 11:58 schrieb "Darius Blaszyk via Lazarus" <<a href="mailto:lazarus@lists.lazarus-ide.org">lazarus@lists.lazarus-ide.org</a>>:<br>
><br>
> On Linux I don't get the terminal to show when debugging a command line application. How can I instruct the IDE to display the terminal? There is the console window, but I prefer to see the terminal instead. On windows this seems to be handled just fine. I'm using 1.6.4</p>
<p>Because on Windows the operating system automatically provides a console if the application is a console one. That is not the case on most other systems however.<br>
If you want a terminal window on Linux you need to enable it in the project settings (don't remember the correct name right now, but the default setting AFAIK is that it's disabled and using "xterm", you'll need to adjust that for your system).</p>
<p>Regards,<br>
Sven</p>