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 exception
catch exception
namecatch exception unhandled
info exceptions
info 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.