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,bc59b8756a2a96a,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer03.iad.highwinds-media.com!feed-me.highwinds-media.com!cyclone03.ams2.highwinds-media.com!news.highwinds-media.com!eweka.nl!lightspeed.eweka.nl!213.75.85.108.MISMATCH!pfeed08.wxs.nl!newsfeed.kpn.net!pfeed14.wxs.nl!pfeed15.wxs.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Debuggerwindow with unbounded string Date: Mon, 2 Aug 2010 17:25:53 +0200 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: <4c56e38c$0$14116$703f8584@textnews.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1280762764 textnews.kpn.nl 14116 77.168.179.107:54073 X-Complaints-To: abuse@direct-adsl.nl Xref: g2news1.google.com comp.lang.ada:12801 Date: 2010-08-02T17:25:53+02:00 List-Id: I need to debug a program that uses unbounded strings. Say for instance a variable Code_Line. I can display Code_Line in the debugger Code_Linewindow. Clicking on the value that shows the address of reference dispays a new window with Code_Line.reference.all. In an earlier version of GPS (2009) this window didplays the string. In the new version of GPS(2010 ) I only got the message "Unknown variable". The length of the string is correct. How can I get the value of the string back? Do I have some switch wrong? Gnatmake: -j4 -g -C -m Ada: -g -fstack-check -gnatE -gnato -gnatf -gnata -gnatVdcefim -gnatw.ac.cfg.hi.iklm.mo.op.pq.stu.uv.vw.wxz -gnat05 -gnat95 -gnat83 Binder, Ada Linker, Pretty Printer,etc. : no switches