Your COBOL development system provides an editing and debugging environment.
When debugging an application, the source code of each program is displayed in a separate window. When you debug the code, each line of the source is highlighted in turn as each statement is executed, showing the effect of each statement. You can control the pace at which the program executes, and can interrupt execution to examine and change data items. The features available while debugging include:
There are a number of ways to debug code, such as compiling the source yourself first or letting it happen automatically or making available the necessary files created during an earlier compilation. For example you can:
Many of the options for controlling the way debugging works are available by using Debug configurations.
Related Topics: