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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,47bb60b4d120639a X-Google-Attributes: gid103376,public From: "Corey Ashford" Subject: Re: exception Date: 1998/10/30 Message-ID: <71d2li$4uh$1@usenet.rational.com>#1/1 X-Deja-AN: 406768200 References: <363992D5.643F343E@biha01.ehu.es> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: Rational Software Newsgroups: comp.lang.ada Date: 1998-10-30T00:00:00+00:00 List-Id: Pablo Campo wrote in message <363992D5.643F343E@biha01.ehu.es>... >I am a programmer of ADA and I use the Alsys Active ADA envirotment >version 5.3 > >I am making a proyect full of tasking and interrupts (for example I >manage the clock interrupt) and my problem is that my program breaks >down in execution time and the only information I recive is "Program >terminated. Unhandled exception". >Yesterday, I spent all the morning handling exceptions in all tasks and >subprograms but the result was the same. >�What can I do for obtain more information of the problem? > >Nacho - A spanish enginier student. > It doesn't even tell you which exception occurred? Wow... that's not real helpful. Perhaps the Alsys debugger has a way of setting a breakpoint when an exception occurs. You might look around for that in the debugger user's manual (if there is one). - Corey