[Lazarus] Terminal window while debugging

Sven Barth pascaldragon at googlemail.com
Sun Mar 5 13:49:45 CET 2017


Am 05.03.2017 11:58 schrieb "Darius Blaszyk via Lazarus" <
lazarus at lists.lazarus-ide.org>:
>
> 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

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

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20170305/7ea5c7fe/attachment.html>


More information about the Lazarus mailing list