CL Programming


Debugging ILE Programs

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 Link to PDF 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).


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]