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 X-Google-Thread: 103376,c4f703f0b0ac81b7,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!multikabel.net!newsfeed20.multikabel.net!pfeed08.wxs.nl!newsfeed.kpn.net!pfeed14.wxs.nl!pfeed15.wxs.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Debugger difference between GPS 2008/2009 and 2010 Date: Tue, 30 Nov 2010 16:10:54 +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 14.0.8089.726 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8089.726 Message-ID: <4cf513fe$0$390$703f8584@news.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1291129854 news.kpn.nl 390 77.168.179.107:51533 X-Complaints-To: abuse@planet.nl Xref: g2news2.google.com comp.lang.ada:16682 Date: 2010-11-30T16:10:54+01:00 List-Id: While debugging an ADA program in GPS I observed a rather annoying difference between the older versions of 2008 and 2009 versus the version of 2010. In the program I'm trying to create I do use a lot of Unbounded Strings. Trying to display these strings in the older versions I could use 'Debug' / 'Display "name"' which gave me a box with four elements, next, previous, reference and last. The first two are for internal use, the last presents the number of characters in the string and reference gave a pointer to the string (in blue). Clicking on that pointer revealed the stringunder the name of reference.all . In GPS 2010 reference.all always presents a message "unknown variable", however the unbounded string in the program itself can be correctly used. May be I used a wrong setting but I cannot find which, can anybody help me. L. Dries