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.140.28.71 with SMTP id 65mr5963172qgy.1.1459590717347; Sat, 02 Apr 2016 02:51:57 -0700 (PDT) X-Received: by 10.182.125.225 with SMTP id mt1mr276911obb.17.1459590717210; Sat, 02 Apr 2016 02:51:57 -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!y89no10580221qge.0!news-out.google.com!ha2ni430igb.0!nntp.google.com!nt3no6916648igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 2 Apr 2016 02:51:57 -0700 (PDT) In-Reply-To: <75868a0e-c46d-4d7a-9c91-9d29edbe6622@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=37.190.52.107; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 37.190.52.107 References: <75868a0e-c46d-4d7a-9c91-9d29edbe6622@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GPS Debugger exit when "Ada.Text_IO.Put_Line" reached. From: George J Injection-Date: Sat, 02 Apr 2016 09:51:57 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29960 Date: 2016-04-02T02:51:57-07:00 List-Id: =D0=BF=D1=8F=D1=82=D0=BD=D0=B8=D1=86=D0=B0, 1 =D0=B0=D0=BF=D1=80=D0=B5=D0= =BB=D1=8F 2016 =D0=B3., 14:13:21 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 George J =D0=BD=D0=B0=D0=BF=D0=B8=D1= =81=D0=B0=D0=BB: > Hi all!I'm using GNAT GPS in my project. I have a problem with debugging.= When debugger reaches line "Ada.Text_IO.Put_Line("Something");" it exit wi= th "[Inferior 1 (process X) exited with code 1]". So I can't understand, ho= w I can solve this problem. And BTW I have a question, is there any feature= to display only "Debug Messages" in console or not?=20 > Thanks. I've found one solution. Before my project is completed I delete "-mwindows" flag from linker, and console messages are displaying now on the Wnd console (cmd.exe). But the question "How I can make onle Debug Messages?" is still opened for = me..