|
|
---|
Continue
| Continues rule execution up to the next breakpoint or until all rules have been fired.
|
Continue without Stop
| Continues rule execution until there are no more rules to fire.
|
Stop
| Stops rule execution.
|
End
| Ends rule execution.
|
Set\Unset Breakpoint
| Sets or unsets a breakpoint.
|
Clear All Breakpoints
| Clears all the breakpoints currently set.
|
Continue to Cursor
| Executes rule actions until a selected action is reached.
|
Step Into
| Evaluates the current expression and steps into the next block.
|
Step Out
| Evaluates the current expression, exits the block and stops at the next expression.
|
Step Over
| Evaluates the current expression, jumps over the next block and stops at the first expression found.
|