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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Debugging Unbounded strings Date: Sun, 06 Mar 2016 17:04:42 +0000 Organization: A noiseless patient Spider Message-ID: References: <56dc3962$0$4189$e4fe514c@news.kpn.nl> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="900e1437335c90c92a3116ad49605f53"; logging-data="24067"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19/PkCliKacqV2BVdYN538rtKxb1YQrHWs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:9BWi7HvtOzN/Apq/CXL9hlBpltg= sha1:fFicTQK565O33HxsWaViGuiofVY= Xref: news.eternal-september.org comp.lang.ada:29686 Date: 2016-03-06T17:04:42+00:00 List-Id: "ldries46" writes: > 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. Sorry to report - same here (GPS 6.1.1). If you go into the Debugger Console you can type (gdb) print ubs.reference.all where ubs is the unbounded string. Better than nothing, I suppose.