Debugging allows you to detect, diagnose, and eliminate errors in a program. You can debug your ILE programs by using the ILE source debugger. This chapter describes how to use the ILE source debugger.
This chapter describes how to:
While debugging and testing your programs, ensure that your library list is changed to direct the programs to a test library containing test data so that any existing real data is not affected.
You can prevent database files in production libraries from being modified unintentionally by using one of the following commands:
See the CL section of the Programming category of the iSeries Information Center for more information.
See ILE Concepts
book, Chapter 10, "Debugging Considerations", for more information on the ILE
source debugger (including authority required to debug a program or service
program and the effects of optimization levels).
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.