
Chapter 5. Using WebSphere Developer for zSeries 81
Figure 5-6 Remote Job Monitor and JES output view
5.5 Remote debugging using WDz
The setup required to perform remote debugging of Java applications running on
z/OS using Eclipse-based tools is described in detail in Chapter 4 of Java
Stand-alone Applications on z/OS, Volume I, SG24-7177. The basic steps
remain the same in WDz and are summarized here:
1. Develop and transfer the Java application to z/OS in an appropriate format
(for example, copy class files, or as .jar file).
2. Write a JCL script that launches the application with the remote debug
options:
-Xdebug -Xrunjdwp:transport=dt_socket ...