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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.24.41 with SMTP id r9mr22298060obf.25.1456943010622; Wed, 02 Mar 2016 10:23:30 -0800 (PST) X-Received: by 10.182.153.2 with SMTP id vc2mr322181obb.11.1456943010596; Wed, 02 Mar 2016 10:23:30 -0800 (PST) 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!hb3no10767087igb.0!news-out.google.com!k1ni6693igd.0!nntp.google.com!hb3no10767084igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 2 Mar 2016 10:23:30 -0800 (PST) In-Reply-To: <56d5bb38$0$4092$e4fe514c@news.kpn.nl> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=185.3.33.253; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww NNTP-Posting-Host: 185.3.33.253 References: <56d5bb38$0$4092$e4fe514c@news.kpn.nl> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1e892ee9-37e4-4ae7-8f60-258a0a5e8b97@googlegroups.com> Subject: Re: Debugging with Unbounded_String in GNAT GPS From: Vadim Godunko Injection-Date: Wed, 02 Mar 2016 18:23:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29653 Date: 2016-03-02T10:23:30-08:00 List-Id: 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