Node: Ada Exceptions, Next: Ada Tasks, Previous: Using the Next Command in a Function, Up: Running and Debugging Ada Programs
You can set breakpoints that trip when your program raises selected exceptions.
break exception
break exception name
break exception unhandled
info exceptions
info exceptions regexp
info exceptions command permits the user to examine all defined
exceptions within Ada programs. With a regular expression, regexp, as
argument, prints out only those exceptions whose name matches regexp.