| |||
| Home > RealView Debugger Commands > Alphabetical command reference > ERROR | |||
Specifies what happens if an error occurs in processing an INCLUDE file.
This command has no effect when running in command line mode.
ERROR =
{quit | abort | continue}
where:
quitInstructs the debugger to quit the session and exit to the operating system.
abortInstructs the debugger to return to command mode and wait for keyboard input.
continueInstructs the debugger to abandon the command that produced the error, and to execute the next command in the INCLUDE file.
The ERROR command specifies the action the debugger takes if an error occurs while processing an INCLUDE file. If you issue the ERROR command without parameters, program execution terminates.
The ERROR command runs asynchronously unless in a macro.
The following example shows how to use ERROR:
error =
abortIf an error occurs, abort reading the INCLUDE file and return to the command prompt.