| |||
| Home > RealView Debugger Commands > Alphabetical command reference > INTRPT | |||
The INTRPT command interrupts the execution of commands.
The INTRPT command enables you to interrupt an asynchronous command that the target is still executing. Commands are held in a queue for execution when the target stops. This is called pending the command.
Use the CANCEL command to clear pending commands from the list, to stop them being executed.
You cannot use this command to halt target execution. Use HALT to do this.
Synchronous commands can only be run when target program execution has stopped.
Asynchronous commands can be run at all times.