Creating Launch Configurations

Perl Local Dialog
  1. Enter the name for the launch configuration in the Name field.

  2. In the Configuration tab

  3. Press the Apply button

Perl CGI Dialog

Some points to consider:

Perl Remote Dialog
  1. Enter the name for the launch configuration in the Name field.

  2. In the Configuration tab

  3. Local Host IP: this is the IP-address used by the remote host to connect to your local machine. In most cases the default value is appropriate.

  4. Target Host Project Installation Path: the location on the remote machine, where your Eclipse project should be copied to.

  5. Port: Port used to transfer data between local and remote host.

  6. Create Debug Package: if checked, a ZIP file containing all data to be transfered to the remote machine is created. This file is stored at the location indicated in Debug Package File Path.

  7. Press the Debug button.

  8. Extract the ZIP file to the location on your remote machine indicated in Target Host Project Installation Path.

  9. Start the script start_epicDB.pl on your remote machine (it is located in the directory indicated by Target Host Project Installation Path).

  10. Enjoy debugging...