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,fbd3fb5cdf641404 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Debugging Storage_Error Date: 1996/04/04 Message-ID: #1/1 X-Deja-AN: 145760508 references: <3162A128.41C6@afit.af.mil> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-04T00:00:00+00:00 List-Id: Steven asked: "difficult to make sure which package declaraction causes the Storage_Error. Does anyone have a good method to debug this execption? I was working on SGI machine under IIRIX 5.3 and using GNAT. If anyone the idea, please let me know. Thanks in advance!" This is covered in the documentation (along with the advice to send queries about GNAT to report@gnat.com). Just use the -g switch on the gnatbl command and you can debug the elaboratoin procedure like any other program.