Running Debugger

Make sure you have completed setup as needed. Then run debugger as explained below.

Note: For projects containing an RV channel, add the path to the location of the RV libraries by adding RV_HOME/lib to the existing path.

As needed, switch to Debug perspective. Select Window > Open Perspective, or click the Open Perspective () button). Then select Other > Debug.

Alternatively, wait till TIBCO BusinessEvents prompts you to change to debug perspective. This happens when the debugger reaches the first breakpoint.

Click the down-arrow to the right of the debugger () button. You see a drop-down list. Perform one of the following steps.

  • Select a debug configuration from the list.
    Tip: To add configurations to the drop-down list, select Organize Favorites from the list.
  • Select Debug Configurations. At the Debug Configurations dialog select a debug configuration and click Debug.
  • Click the debugger () button or Select Run > Debug. (Only if you have already launched debugger with a configuration.)

    Debugger starts a TIBCO BusinessEvents engine, using parameters provided in the launch configuration, if any were provided.

Procedure

  1. Assert data as explained in Asserting Rule Input Data.
  2. View the results as explained in Viewing the Results.
  3. Use the standard Eclipse commands such as step into (F5), step over (F6), step return, step return, and so on, depending on what you want to examine.

    See the options in the Run menu and in the Breakpoints tab for more options, and use Eclipse help for details with these Eclipse features.

    When you are finished, click the Terminate () button to stop the engine.