STOP
General Form:
STOP [ literal_string] [#]
The STOP statement is used to halt a program and return to the KCML editor and debugger. This statement would normally only be used for debugging purposes. If executed in a program that is not being debugged then a PANIC occurs and the program will be terminated.
Once the program has stopped the editor step through or step over keys can be used to move through the program. Pressing the CONTINUE key will continue execution at the statement following the STOP.
See also: