To debug a program
- Ensure that the current active build configuration is compiling the
project for debugging. See
To configure and build a COBOL project.
- Compile the program by clicking Project > Build
Project.
- Click Run > Debug ....
- Choose or create a launch configuration.
- Click Debug.
- Use the options on the Run menu to step through the
program, stop at breakpoints and query data item values and so on.
- To stop debugging, click Run > Terminate.
- To leave the Debug perspective and return to the COBOL perspective,
click COBOL at the top right of the Eclipse window.
Related Topics: