Launch configurations are more specifically referred to as run configurations and debug configurations. All launch configurations have the same basic fields, but debug configurations have extra settings for remote debugging.Before you begin Ensure that you know the EAR file location, the CDD file location, and the name of the processing unit (configured in the CDD file) that you want to use.
− To create a debug configuration, click the down-arrow to the right of the debugger button () on the toolbar. From the drop-down list, and select Debug Configurations. Or, select Run > Debug Configurations.
− To create a run configuration, click the down-arrow to the right of the Run button () on the toolbar. From the drop-down list, select Run Configurations. Or, select Run > Run Configurations.
− For testing or local debugging, highlight BusinessEvents Application
− For remote debugging, highlight Remote BusinessEvents Application (see For Remote Debugging Only, Configure Java Debug Interface (JDI)).
− To edit a configuration, expand BusinessEvents Application or Remote BusinessEvents and select an existing debug configuration.
−
− To duplicate a configuration, select the configuration and then click the Duplicate () button. Modify, then save as a new configuration.
− When you add, edit or duplicate a configuration, Configuration fields appear in the right panel.
4. For run configurations and local debugging, configure values on the Main tab. as needed. See Launch Configurations Reference. (See Eclipse help for standard debugger features.)
5. For remote debugging you must connect to the remote engine. Click Remote and specify the host name or IP address and port the engine is running on. Use the same JDI port number in the TRA file and in the debug configuration. See For Remote Debugging Only, Configure Java Debug Interface (JDI)).
6. Click Apply to save configuration settings.
− Click Close to save the configuration you worked on.
− For debug configurations, click Debug to save the configuration and launch the debugger. See Setting Breakpoints and Running Debugger for details.
− For run configurations, click Run to save the configuration and run the engine.You can then assert test data as desired in order to observe the effect of the data on the engine.
Copyright © TIBCO Software Inc. All Rights Reserved.