5.4 Running a Program

Now that some breakpoints are set, you can start running the application.

Follow these steps:

  1. Select the Run button from the toolbar.The program starts running and waits for input from the 5250 emulation session.
  2. Go to the 5250 emulation session and press F4 on the input field. The program stops at the breakpoint set at line 10.
  3. Click on the Run button from the toolbar. The program continues until the breakpoint at line 47 is hit.
Click on to indicate that you've reviewed how to run the debugger.