Next: Ada Tasks, Previous: Using the Next Command in a Function, Up: Running and Debugging Ada Programs
You can set catchpoints that stop the program execution when your program raises selected exceptions.
catch exceptioncatch exception namecatch exception unhandledinfo exceptionsinfo exceptions regexpinfo 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.