-
Click Run > Debug Configurations ... .
-
Select the configuration you want and then create a new configuration by clicking on the New Launch Configuration button.
-
On the Connect tab, browse to your COBOL project.
-
Input the remote host name.
Depending on the configuration you have selected, different options will be displayed in the right hand pane.
- For COBOL Remote Application:
- Enter the identifier for the X server that will display the remote program output. The default value is client machine name:0.0
- Enter the COBOL program file and pathname.
- If you want to specify a launcher for the configuration, check Use alternate COBOL runtime system executable and type the filename and path into the text box.
- Select any debug options by checking the appropriate box.
- Apply any required run-time arguments.
- Click Debug.
- For Attach to Remote Application:
- Click the Select button to list and select an existing PID to attach to. Alternatively, enter a PID value obtained from the remote machine.
- If you want to assign sources to your application, check Assign sources to application and browse to the appropriate location
- Click Debug.
- For COBOL Wait for Remote Application Attachment: