ILOG JRules User Guide > Running and Debugging > Tasks > Debugging > Inspecting the Agenda

When you debug a rule project or a Java project for rules, you can inspect the rules that have been placed into the agenda.

To inspect the agenda:

  1. Click Run > Open Debug Dialog.
  2. In theConfigurations area of the Debug dialog, select your configuration.
  3. Make sure the Stop at first rule statement box is selected, then click Debug.
  4. The Debug Perspective opens, and execution stops at the first rule statement to be executed.
  5. From this point, step into the execution statements, and make sure the Agenda view is open.
  6. When objects in the working memory match the conditions of a rule, the rule is added to the agenda. In the Agenda view, the rule appears, and when you extend it, you can inspect the matched objects and their values.
    images/inspectagenda.png

Related Concepts

Ruleset Debugging
Rule Engine

Related Tasks

Starting a Debugging Session
Setting Breakpoints in Rules
Setting Breakpoints in the Working Memory
Setting Breakpoints in the BOM
Stepping Through the Execution
Inspecting the Working Memory
Viewing and Evaluating Expressions
Viewing and Editing Variable Values
Viewing Breakpoints

Related Samples and Tutorials

Tutorial: Debugging a Ruleset
Tutorial: Debugging a Remote Rule Execution Server Application