Resume Program Execution

You have found a bug in your program, and resolved it. You have added breakpoints and removed them. You have added and deleted bookmarks. Now you want to continue running your program.

To resume program execution

  1. Click the Step Once This icon lets you step through the program. button on the toolbar

    The program halts on statement 492, the next statement after ADD +1 TO TASKNUM. The Watch Data view now displays TASKNUM with a value of +1.

  2. Click the Resume Debugging Use this icon to resume debugging your program. button.

    Because you set a conditional breakpoint on the statement OPTIONS, the program halts at the statement OPTIONS.

    The program stops at the next breakpoint

  3. Click the Resume Debugging button again.

    The following dialog opens.

    A dialog to indicate that the debug session has finished

  4. Click OK to terminate the debugging session.


Copyright © 2009 CA. All rights reserved. Email CA about this topic