Exercise 5.8: Removing a breakpoint in PAYROLLD

Before you begin, you must complete Exercise 5.7: Setting breakpoints in PAYROLLD.

It is also easy to remove breakpoints from the Source view.

To remove a breakpoint:

  1. Right-click the prefix area of line 206.
  2. Click Remove Breakpoint on the pop-up menu.
    Remove break point

    The icon is removed from the prefix area indicating that no breakpoint is set on that line.

    Now you are ready to run the PAYROLLD program.

  3. Click the Resume Resume buttonicon from the Debug toolbar.

    The program waits for input from the 5250-emulation session.
    Emulator session

  4. Type an X beside the Project Master Maintenance option.
  5. Press Enter in the emulation session.

    The program runs to the breakpoint at line 201.

You have removed a breakpoint from PAYROLLD and now you are ready to begin Exercise 5.9: Monitoring variables in PAYROLLD.