Remotely Debugging a Program

You can run a program on one machine and debug the program from another machine using your network connection. Your network file system must be available from both the remote and local computers.

To debug a program on a remote machine:

  1. From a command line on your local computer, log on to the remote computer.
  2. Start up a debugger agent with the classpath for your application:
  3. Then, on the local machine:
JDE now begins the remote debugging session. You can use all of the local debugging functions to debug a program on your remote machine.