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,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES,XPRIO 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!mx02.eternal-september.org!feeder.eternal-september.org!news.mixmin.net!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Debugging with Unbounded_String in GNAT GPS Date: Tue, 1 Mar 2016 16:50:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <56d5bb38$0$4092$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1456847672 dreader33.news.xs4all.nl 4092 77.168.179.107:63593 X-Complaints-To: abuse@kpn.nl Xref: news.eternal-september.org comp.lang.ada:29634 Date: 2016-03-01T16:50:18+01:00 List-Id: In earlier versions of GNAT GPS I could see the value of an unbounded_string. In the version I am using now I cannot do that and I just see reference => 0x4bc7bd8 (which is a kind of memory location where the unbounded string is located. In earlier versions of GNAT GPS I could see not only the referencebut also the length and the characters is consists of. Is ther anyone who can help me to restore the earlier debugging possibility.