QUI Error Dialogue Window

Each Prolog error message is printed in its own dialogue window. Both types of dialogue window give you the option to either continue or abort the execution. Execution is suspended until you select one of these two options,


Continue
Execution is continued following the exception handler that printed the error or warning message (see ref-ere for more information about exception handling).
Abort
Execution is immediately aborted (see ref-iex-int for more information about abort).

After you select an option, the error or warning message is placed in the Prolog output window so that subsequent inspection of the interactive session will show the context of the message. The Execution aborted error message is not displayed in a dialogue window.