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.5 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE 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!feeder2.usenet.farm!feeder.erje.net!2.eu.feeder.erje.net!border1.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 References: <56d5bb38$0$4092$e4fe514c@news.kpn.nl> <1e892ee9-37e4-4ae7-8f60-258a0a5e8b97@googlegroups.com> In-Reply-To: <1e892ee9-37e4-4ae7-8f60-258a0a5e8b97@googlegroups.com> Subject: Re: Debugging with Unbounded_String in GNAT GPS Date: Fri, 4 Mar 2016 15:49:14 +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: <56d9a16c$0$4158$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1457103212 dreader33.news.xs4all.nl 4158 77.168.179.107:61062 X-Complaints-To: abuse@kpn.nl Xref: news.eternal-september.org comp.lang.ada:29663 Date: 2016-03-04T15:49:14+01:00 List-Id: I cannot dereference the value. I only can display str or ptint str but I not even see print .all or display .all. If usefull I am using the 2015 version (6.1.1) and I do run on windows 10 "Vadim Godunko" schreef in bericht news:1e892ee9-37e4-4ae7-8f60-258a0a5e8b97@googlegroups.com... On Tuesday, March 1, 2016 at 6:51:10 PM UTC+3, ldries46 wrote: > 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. You need to 'dereference' reference, for example display graph str.reference.all