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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,393d97b29d1bee38,start X-Google-Attributes: gid103376,public From: Jerry Blasdel Subject: Debug Code Date: 1996/02/27 Message-ID: <31332EAD.724B@csc.com>#1/1 X-Deja-AN: 141400066 content-type: text/plain; charset=us-ascii organization: Computer Sciences Corporation mime-version: 1.0 reply-to: jblasdel@csc.com newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (Macintosh; I; 68K) Date: 1996-02-27T00:00:00+00:00 List-Id: I am tasked to add in debugging/diagnostic code into an existing ada application. I would like to do somthing similar to a #ifdef DEBUG ... #endif like I would do in C but I did not think that Ada would let me do anything like that. Does anyone have any good ways to incorporate debug/diagnostic code that can remain in the source code. Thanks, JB.