For Remote Debugging

You can debug a running TIBCO BusinessEvents engine on the current machine or another machine

Field Notes
Name A descriptive name. It appears in the drop-down list of configurations.
Main Tab
Project Browse to select the name of the TIBCO BusinessEvents project to use for this configuration. You can select from projects in the workspace. The name of the TIBCO BusinessEvents project in the workspace. It must be the same as the project that is running remotely.
Remote Tab
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
Host The host name or IP address of the remote computer where you are running the TIBCO BusinessEvents engine.

Default is localhost.

Port Communication port for the debugger, on the remote machine.

Default is 25192