UpDebugging a COBOL Program > UpDebugger Features Previous Next

Checking Variables

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.

image

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.

++View for COBOL

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".

image

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".

Previous Next

All Rights Reserved, Copyright (C) FUJITSU LIMITED 2003-2005