Configuring the Isight Extension as a Remote Application in Eclipse

After you specify Design Gateway as an external tool in Eclipse, you need to determine which extension (project) you want to debug by defining it as a Remote Java Application. This action makes the selected project available from the Eclipse Debug toolbar option.

  1. Verify that you have Eclipse open.

  2. From the Eclipse Run menu, select Debug Configurations.

    The Debug Configuration dialog box appears.

  3. On the left side of the dialog box, double-click Remote Java Application.

    A new, empty application is created, and the new applications’s options appear on the right side of the dialog box.

  4. In the Name text box, type a name for the configuration.

  5. Click Browse. This option is adjacent to the Project text box.

    The Project Selection dialog box appears.

  6. Select the Isight extension (project) that you want to debug, and click OK.

    The extension’s name is added to the Project text box.

  7. On the right side of the Debug Configuration dialog box, click the Common tab.

  8. In the Display in favorites menu area, click Debug.

  9. Click Apply.

  10. Click Close to exit the Debug Configuration dialog box.