Debugging a GRIP Program


List Options

This option lists subprograms and breakpoints contained in the program. When you choose this option, the system displays the following options:

List Variables

This option lists all the variable names, types, and dimensions of a specified subprogram. When you choose this option, the system prompts you to enter the name of the subprogram. The system defaults to the name of the current subprogram. All variable names, types and dimensions in the specified subprogram are sent to the current listing device. If the variable type is a number or label, the system only sends the name and the type.

List All Variables

This option lists all variable/label names, types, and dimensions of ALL subprograms. The system sends the information to the current listing device, starting with the main program and continuing to the last subprogram. The system lists each program name, followed by the variable names, types, and dimensions in each subprogram. If the variable type is a number or label, then only the name and type is listed.

List All Subprograms

This option sends all subprogram names, along with the name of the main program, to the current listing device .

List Breakpoints

This option sends a list of all breakpoints to the current listing device. The system sends the module name and the line number of each breakpoint.