Debugging a COBOL
Program > Debugger Features |
|
While debugging you can refer to variable values when the program is interrupted. Not only can you refer to them but you can also change them.

Text hovering
While debugging placing the cursor on a variable in the source code displays its value on the tool chip. Thus, you can check variable values easily.
Use the Watch view. You can refer to the value of a variable (data item) by adding the variable to the Watch view. For details about the Watch view, refer to "Watch View".

You can arrange the program so that it stops when a data item value is changed. For details about such arrangement, refer to "Watch View".
|