EGL Reference Guide for iSeries


Invoking the EGL debugger from generated code

You can invoke the EGL debugger from an EGL-generated Java program or wrapper so you can use the EGL debugger when you work on a partly deployed application. The program needs a call statement that you associate with a linkage options part, callLink element. Similarly, you must associate the wrapper with a callLink element. In either case, the element must specify property removeComType as DEBUG.

Different rules apply, depending on whether or not the program to be debugged runs in J2EE:


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