Debugging a Program
The ILE source debugger is used to detect errors in and eliminate errors
from program objects and service programs. You can use the ILE source debugger
to:
- View the program source
- Set and remove conditional and unconditional breakpoints
- Step through the program
- Display the value of variables, structures, records, and arrays
- Change the value of variables
- Change the reference scope
- Equate a shorthand name to a variable, expression, or debug command.
For information on the debugger, refer to Debugging a Program.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.