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!feeder.eternal-september.org!news.uzoreto.com!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: GPS DEbug problem with Unbounded_String Date: Mon, 7 Jan 2019 12:17:23 +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: <5c333543$0$31549$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 5377401a.news.kpn.nl X-Trace: G=KmzmSgvc,C=U2FsdGVkX18Tn3q+dDTq9bIW+3PbOY2zkjta5ef8XSSIthKY2HFxVF+SnDirxWKLaYI+ip6gbRkoP5/R2PgNDrEqRC+FVclMFa1ngRVKFYY= X-Complaints-To: abuse@kpn.nl X-Received-Bytes: 1490 X-Received-Body-CRC: 2137660349 Xref: reader01.eternal-september.org comp.lang.ada:55237 Date: 2019-01-07T12:17:23+01:00 List-Id: I am debugging a program with much Unbounded_String data. I do want to show the value of such a String. So i need to see **.reference.data. So far aso good that works, but the value I get is sometimes an incomplete string and sometimes a string with a lot of hexadecimal values. The last I can understand, but the first??? I know that the rest of the value is present because I can show the value of the length which is correct or can search for a character in the part thast is not presented and that also works, but it is annoying that the debugger works that way. Is there a setting of GPS that can correct that behavior?