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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5845b26b188c214e X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nnx.oleane.net!oleane!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: How to debug? Date: Wed, 5 May 2004 20:35:58 +0100 Organization: Cuivre, Argent, Or Message-ID: References: <200405051830.03021.maa@liacc.up.pt> <05ff01c432ce$9617a400$b101a8c0@sy.com> Reply-To: amado.alves@netcabo.pt NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1083784363 72550 212.85.156.195 (5 May 2004 19:12:43 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 5 May 2004 19:12:43 +0000 (UTC) To: "David C. Hoos" , , "comp.lang.ada@ada.eu.org" Return-Path: User-Agent: KMail/1.4.3 In-Reply-To: <05ff01c432ce$9617a400$b101a8c0@sy.com> X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: controlnews3.google.com comp.lang.ada:285 Date: 2004-05-05T20:35:58+01:00 On Wednesday 05 May 2004 19:27, David C. Hoos wrote: > ...Putting an exception handler at the end of the main procedure > and at the end of all tasks works very well for me. These exception > handlers use the SymbolicTraceback facilities. That's what I tried before GNAT 3.15p and failed (no traceback). I must h= ave=20 done something wrong. I'll try again soon. Thanks.