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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.136.15 with SMTP id k15mr11899693iod.17.1459756403132; Mon, 04 Apr 2016 00:53:23 -0700 (PDT) X-Received: by 10.182.246.104 with SMTP id xv8mr318304obc.1.1459756403106; Mon, 04 Apr 2016 00:53:23 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!gy3no85163igb.0!news-out.google.com!u9ni411igk.0!nntp.google.com!gy3no85158igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 4 Apr 2016 00:53:22 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:2ab8:224:1:2198:71fb:77dd:1c66; posting-account=6yLzewoAAABoisbSsCJH1SPMc9UrfXBH NNTP-Posting-Host: 2a02:2ab8:224:1:2198:71fb:77dd:1c66 References: <75868a0e-c46d-4d7a-9c91-9d29edbe6622@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1e1f665c-73de-44ed-a42c-2179c3b1a048@googlegroups.com> Subject: Re: GPS Debugger exit when "Ada.Text_IO.Put_Line" reached. From: briot.emmanuel@gmail.com Injection-Date: Mon, 04 Apr 2016 07:53:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29967 Date: 2016-04-04T00:53:22-07:00 List-Id: > Before my project is completed I delete "-mwindows" flag from linker, and > console messages are displaying now on the Wnd console (cmd.exe). That has nothing to do with the debugger. When you use -mwindows, you are telling Windows that your process does not need a console to output anything. And yet your application is doing exactly that. Hence a crash. > But the question "How I can make onle Debug Messages?" is still opened for me.. You can't display anything if you used -mwindows