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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b6bc9739116cb0d3,start X-Google-Attributes: gid103376,public From: Robert Worne Subject: Enumerated types and Aonix debugger Date: 1998/08/14 Message-ID: <6r1v23$h7g$1@nnrp02.primenet.com>#1/1 X-Deja-AN: 381183163 Organization: Primenet (602)416-7000 X-Posted-By: rworne@206.165.6.206 (rworne) Newsgroups: comp.lang.ada X-Complaints-To: abuse@globalcenter.net Date: 1998-08-14T00:00:00+00:00 List-Id: Using the "Quickwatch" feature in the ObjectAda (7.1.1.352) will allow me to reassign values to integers, booleans, floats, etc. But trying to assign another value to an enumerated type results in a dialog box claiming that I can't do that. Is this a feature not included in the debugger? Or if this is included, how do you reassign an enumerated type?