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,7508aa0d80b8bf66 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Inheritance and Polymorphism in Ada !! Date: 1999/10/21 Message-ID: #1/1 X-Deja-AN: 538993558 Sender: bobduff@world.std.com (Robert A Duff) References: <7u64k3$l1d$1@hiline.shinbiro.com> <3806DC34.1513E8B1@frqnet.de> <7u7o36$tv8$1@nntp6.atl.mindspring.net> <38077b65_1@news1.prserv.net> <7uitmi$2vg$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-10-21T00:00:00+00:00 List-Id: Simon Wright writes: > If you're using GNAT, you can use pragma Debug and pragma Assert .. I work for AverStar, which makes a competing Ada product. ;-) We have a pragma Assert, but no pragma Debug. Anyway, pragma Debug is no good for things *other* than debugging print-outs (which you might turn off!). - Bob