Prism 6.0 User's Guide

Interrupting and Continuing Execution

To interrupt execution, choose Interrupt from the Execute menu or type Control-c. The status changes to interrupted, and the source window updates to show the point at which execution stopped.

To continue execution after a program has been interrupted, choose Continue from the Execute menu, or issue the cont command from the command line. (Or you can step through the program, as described above.)

Continue and Interrupt are available by default in the tear-off region.