Starting a Remote Debugging Session

See Also

Remote debugging is the process of debugging an application that is running on a different computer. This technique is useful when you are developing an application that runs on a web server or on a different environment than the computer on which you are developing the application.

To start a remote debugging session:

  1. On the computer where the application is located, start the application in debugging mode.
  2. On the computer where the IDE is running, open the projects that contain the source for the application.
  3. Choose Debug > Attach Debugger to open the Attach dialog box.
  4. Select the appropriate Connector from the drop-down list and enter any required process information. Click OK.

Notes.

See Also
Setting a Java Breakpoint
Starting a Local Debugging Session
Attaching Source Code to a JAR File

Legal Notices