1. Before you can start the Distributed Debugger you need to:  
    Start TCPIP Communication Server
    Start VisualAge.
    Start the Debug Server.
  2. To start the Debug Server, you type ________ on an AS/400 command line and then press Enter.  
    STRTCPSVR *DDM
    STRDBGSVR
    STRHOSTSVR *ALL
  3. Specifying the job and name of the program that you want to debug is done in the:  
    Load Program window
    File menu
    Debug menu
  4. In the Programs pane you can:  
    expand the program nodes to show modules.
    set breakpoints.
    run the debug session.
  5. You can use the Source pane to step through a program, run a program, set breakpoints and display variables.  
    True
    False
  6. The Stacks pane provides a view of the call stack for each thread in the program you are debugging.  
    True
    False
  7. 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.   
    True
    False
  8. You can only set breakpoints at the ________ lines. All ________ lines are displayed in blue.  
    source
    executable
    comment
  9. The easiest way to set a breakpoint is to:  
    Use the Breakpoints popup menu.
    Double-click in the prefix area of the Source window.
    Press F4 for Prompt.
  10. To monitor a variable you can highlight a variable and select ________ from the Monitor menu.  
    Change expression
    Monitor expression
    Select expression
  11. 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.  
    True
    False
  12. 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.  
    True
    False
  13. 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.  
    Watch Bytes
    Bytes to Monitor
    Watch
  14. The Breakpoints pane displays all line and watch breakpoints that are currently set in your program. You can ________,________ or ________ breakpoints from this list.  
    disable, delete or enable
    add, change or update
    delete, work with or copy
  15. Disabled breakpoints in the Breakpoints pane are marked with a grey icon.  
    True
    False
  16. If your program was compiled with the appropriate debugging information, you have access to a Source View, a Listing View and a Statement View.  
    True
    False