Exercise 5.8: Removing a breakpoint in PAYROLLG

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

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

To remove a breakpoint:

  1. Right-click the prefix area of line 58.
  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 PAYROLLG program.

  3. Click the Resume Resume buttonicon from the Debug toolbar.
  4. The program starts running and runs to the breakpoint at line 57.
  5. Click the Resume icon again.

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

  6. Type an X beside the Project Master Maintenance option.
  7. Press Enter in the emulation session.

    The program runs to the breakpoint at line 87.

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