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