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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.10.225 with SMTP id 94mr14835427iok.30.1459819645903; Mon, 04 Apr 2016 18:27:25 -0700 (PDT) X-Received: by 10.182.113.198 with SMTP id ja6mr361081obb.0.1459819645846; Mon, 04 Apr 2016 18:27:25 -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!nt3no7825929igb.0!news-out.google.com!u9ni494igk.0!nntp.google.com!nt3no7825927igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 4 Apr 2016 18:27:25 -0700 (PDT) In-Reply-To: <1e1f665c-73de-44ed-a42c-2179c3b1a048@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=37.190.52.68; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 37.190.52.68 References: <75868a0e-c46d-4d7a-9c91-9d29edbe6622@googlegroups.com> <1e1f665c-73de-44ed-a42c-2179c3b1a048@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <99af9f60-f56f-45ab-9f87-4467aebf574f@googlegroups.com> Subject: Re: GPS Debugger exit when "Ada.Text_IO.Put_Line" reached. From: George J Injection-Date: Tue, 05 Apr 2016 01:27:25 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29974 Date: 2016-04-04T18:27:25-07:00 List-Id: =D0=BF=D0=BE=D0=BD=D0=B5=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D0=B8=D0=BA, 4 =D0= =B0=D0=BF=D1=80=D0=B5=D0=BB=D1=8F 2016 =D0=B3., 10:53:24 UTC+3 =D0=BF=D0=BE= =D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C briot.e...@gma= il.com =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB: > > Before my project is completed I delete "-mwindows" flag from linker, a= nd > > console messages are displaying now on the Wnd console (cmd.exe). >=20 > 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. >=20 > > But the question "How I can make onle Debug Messages?" is still opened = for me.. >=20 > You can't display anything if you used -mwindows Ok,I've got!Thanks a lot!