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
namebreak 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.