ILOG JRules User Guide > Running and Debugging > Concepts > Ruleset Debugging > Variables

The Variables view displays the names of variables currently bound to a business rule and parameters currently visible in the engine.

For example, if the ShoppingCart object is bound to a variable called ?shoppingCart in one of the rules, the Variables view would show this relationship. The values in the Working Memory view are updated when the engine is updated, but the values in the Variables view are updated after the evaluation of each expression.

Related Concepts

Debug Mode
Debug View
Working Memory
Agenda
Breakpoints
Console

Related Tasks

Creating a Debugger Launch Configuration
Debugging
Debugging Remotely

Related Samples and Tutorials

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