Before you can debug a project, you must set up a launch configuration with settings needed to launch the project. If you access a launch configuration from the debug menu, it is called a debug configuration. The same configuration is also called a run configuration, if you access it via the run drop-down menu.You can create multiple configurations for the same project. For example, you may want to test the effect of different startup arguments. This section shows launch configuration settings for local and for remote debugging. Or if you are using cache mode, you create one configuration for each processing unit, for example one for the processing unit that runs an inference agent, and one for the PU that runs the cache agent. You can run multiple engines simultaneously.
The Source, Classpath, and Common tabs are standard Eclipse dialogs. See Eclipse help for details on use of those tabs. For example if the project uses third party JARs, you must also reference them in the Classpath tab.
The name of the BusinessEvents project that you want to debug. Click Browse to select a project in the workspace. Optional. Provide options and parameters as you would if you were starting the BusinessEvents engine at the command-line. CDD File Location Processing Unit Name Name of a processing unit in the selected CDD file whose values are used for this debug configuration. Enter default to use the default processing unit (if one exists in the CDD). Working Directory The location of the working directory for the BusinessEvents engine. Used to store temporary files and logs. Browse to and select an existing directory.Path names that do not start with the root directory are assumed by the operating system to start from the working directory. Location of the EAR file to be used, including the EAR filename. The EAR file must be generated with the Generate Debug Info option checked.
The name of the BusinessEvents project that you want to debug. Click Browse to select a project in the workspace. Remote Connection Enter VM arguments for running the remote VM. Alternatively, add these to the java.extended.properties property in the remote application’s runtime properties (TRA) file. Default value is:-Xdebug -Xrunjdwp:transport=dt_socket,address=25192,suspend=n,server=y The name or IP address of the remote computer where you are running the BusinessEvents engine.Default is localhost.
Copyright © TIBCO Software Inc. All Rights Reserved.