ILOG JRules User Guide > Running and Debugging > Tasks > Debugging > Viewing and Editing Variable Values

When the stack frame is selected, you can see the visible variables in that stack frame in the Variables View.

To open the Variables view:

  1. On the Windows menu, click Show View > Variables.
  2. The Variables View shows the value of primitive types. Complex variables can be examined by expanding them to show their members.

You can also edit a value in the Variables View.

To edit the value:

  1. Right-click the variable and then click Change Value.
  2. Enter the new value in the Set Value dialog and then click OK.

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
Inspecting the Agenda
Viewing and Evaluating Expressions
Viewing Breakpoints

Related Samples and Tutorials

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