ILOG JRules User Guide > Running and Debugging > Getting Started > Tutorial: Debugging a Ruleset > Running the Completed Tutorial

When completed, this tutorial contains no errors and the output includes correct prices for all special offers.

To import the answer projects:

  1. On the File menu, click Import.
  2. Select ILOG Rule Studio Samples and Tutorials.
  3. Select tutorials > debug > answer.

Two projects appear in the Rule Explorer view. The Java project carrental-xom defines an Execution Object Model for rule execution. The rule project debug-rules-answer contains a business rule application with no bugs. This project references the project carrental-xom.

To run the tutorial:

  1. To make sure you are in the Rule perspective, on the Window menu, click Open Perspective > Other and choose Rule in the Select Perspective dialog.
  2. From the Run menu, select Debug.
  3. In the Debug dialog, select the Rule Project launch configuration debug-answer-configuration, then click Debug.
  4. When the Confirm Perspective Switch dialog appears, click Yes.
  5. The Debug perspective opens.
  6. Click images/tut_icon_resume.png Resume (or press F8) to resume debugging.
  7. The output in the Console view displays correct pricing for each offer, including the Long Term offer and the Super Bowl offer.

Related Concepts

Ruleset Debugging
Rule Engine

Related Tasks

Creating a Debugger Launch Configuration
Debugging

Related Samples and Tutorials

Tutorial: Debugging a Remote Rule Execution Server Application