Before you can start the Distributed Debugger you need to:
To start the Debug Server, you type ________ on an AS/400 command line and then press Enter.
Specifying the job and name of the program that you want to debug
is done in the:
In the Programs pane you can:
You can use the Source pane to step through a program, run a program, set breakpoints and display variables.
The Stacks pane provides a view of the call stack for each thread in the program you are debugging.
A breakpoint is a point in a program that interrupts the running of the program. At a breakpoint you can
display or change the values of variables to debug the program.
You can only set breakpoints at the ________ lines. All ________ lines are displayed in blue.
The easiest way to set a breakpoint is to:
To monitor a variable you can highlight a variable and select ________ from the Monitor menu.
The Distributed Debugger allows you to process one line of code at a time in multiple ways. You do this
by stepping through your ILE RPG/400 program.
A watch breakpoint provides a notification to a developer when a variable changes. The program stops at the line immediately after the statement which caused the change.
If the field ________ is set to zero, the watch will be set for the size of the variable as it is defined in the program.
The Breakpoints pane displays all line and watch breakpoints that are currently set in your program. You
can ________,________ or ________ breakpoints from this list.
Disabled breakpoints in the Breakpoints pane are marked with a grey icon.
If your program was compiled with the appropriate debugging information, you have access
to a Source View, a Listing View and a Statement View.