The easiest way to debug Java™ programs that run on your iSeries™ server is to use the IBM® iSeries System Debugger. IBM iSeries System Debugger provides a graphical user interface that enables you to more easily use the debugging capabilities of your iSeries server.
For more information about using the iSeries System Debugger to debug and test Java programs that run on your iSeries server, see IBM iSeries System Debugger.
If you want, you can use the interactive display of your server to use the *DEBUG option to view the source code before running the program. Then, you can set breakpoints, or step over or into a program to analyze errors while the program is running.
To debug Java programs, follow these steps:
Tips: