From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Problem with output using Ada.Text_IO.Put Date: Sun, 20 Jul 2014 10:53:32 +0200 Organization: A noiseless patient Spider Message-ID: References: <6d5e2fff-e397-4c75-a3c9-3a7825d00752@googlegroups.com> <66d3f30d-2a21-45e7-ad9b-ddc43d74fe8c@googlegroups.com> Reply-To: nonlegitur@futureapps.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 20 Jul 2014 08:53:33 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="4755335d461eead291702df6e5878b12"; logging-data="3567"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/HPuM5rBT9NMKKE/d5qoXj0OlV7rphDjo=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <66d3f30d-2a21-45e7-ad9b-ddc43d74fe8c@googlegroups.com> Cancel-Lock: sha1:FQVkZJlAd3TKzABI6YTYKO8rzJ4= Xref: news.eternal-september.org comp.lang.ada:21072 Date: 2014-07-20T10:53:32+02:00 List-Id: On 20/07/14 08:52, junior learning ADA wrote: > Is there a possibility to run an application from GPS and keep the terminal open once the process has terminated. This way it should be possible to see the result of the program? An easy way of keeping a terminal open is---pardon me for sticking to the literal---actually opening one. Then change directories to where your IDE places your project. You can switch from GPS to terminal windows/screens and back simply using the usual OS keys/gestures. This way, you'll take full control of how you start the program or how many times, and of what is done with its input and output.