Provides step-by-step instructions to run the LBLDURATION application using the
Eclipse debugger.
- From the
Application Explorer, open the
LBLDURATION.cbl source file.
- Set a break point on the GO BACK line.
- Click
Run > Debug to start debugging.
- If prompted with the Debug As dialog box, select
COBOL Application; then click
OK.
- When prompted to open the Debug perspective, click
Yes.
- Click
Resume to continue to your breakpoint.
You see from the output that your results show the hours required to complete each project. All output dates are in USA format.
Note: If the output window is not visible, minimize Eclipse to reveal it.
This completes the tutorial.