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
) button). Then select
.
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 . (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
- Assert data as explained in Asserting Rule Input Data.
- View the results as explained in Viewing the Results.
- 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.