Previous Topic: How to Remove Bookmarks


Resume Program Execution

Resume the program execution after evaluating and resolving an error that the program identified or after the program has stopped at a breakpoint.

Follow these steps:

  1. Click the Step Once button This icon lets you step through the program. on the InterTest Debug view toolbar to continue testing by resuming program execution.

    Program execution stops at the next statement. The debug status in the InterTest Debug view indicates that the program is at a single-step breakpoint and that shows the value that you updated in resolving the previous abend.

    The following example shows the results of this step for the CICS COBOL demo.

    Program resumes execution.

  2. Click the Resume Debugging button Use this icon to resume debugging your program. on the InterTest Debug view toolbar.

    The demo program halts at the unconditional breakpoint you set previously in this tutorial. The InterTest Debug view window updates to reflect the reason for the stop

  3. Click the Resume Debugging button again.

    The program continues until no further abends, breakpoints, or bookmarks are encountered.

  4. When the program completes, do one of the following actions to end the debugging session.
  5. In the Eclipse UI, click the Cancel Debug Session button An icon to cancel the debug session. on the InterTest Debug view toolbar.

    The Cancel Debug Session dialog opens.

  6. Click the Disconnect and Remove Breakpoints button, and then click Finish to terminate the connection with the server.

    The debugging status now shows Debugging Inactive in the InterTest Debug view.