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.50.47.82 with SMTP id b18mr1710907ign.12.1459509027372; Fri, 01 Apr 2016 04:10:27 -0700 (PDT) X-Received: by 10.182.144.226 with SMTP id sp2mr220341obb.13.1459509027306; Fri, 01 Apr 2016 04:10:27 -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!nt3no6614295igb.0!news-out.google.com!u9ni68igk.0!nntp.google.com!nt3no6614285igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 1 Apr 2016 04:10:27 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=95.173.128.204; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 95.173.128.204 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: GNAT GPS Debugger exit when "Ada.Text_IO.Put_Line" reached From: George J Injection-Date: Fri, 01 Apr 2016 11:10:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29949 Date: 2016-04-01T04:10:27-07:00 List-Id: Hi all!I'm using GNAT GPS in my project. I have a problem with debugging. W= hen debugger (GDB) reaches line "Ada.Text_IO.Put_Line("Something");" GDB ex= it with "[Inferior 1 (process X) exited with code 1]". So I can't understan= d, how I can solve this problem. And BTW I have a question, is there any fe= ature to display only "Debug Messages" in console or not?=20 Thanks.