|
|
|
|
---|
Execute
|
| Project>Execute
| Executes the selected package.
|
Continue
|
| Debug>Continue
| Continues rule execution up to the next breakpoint or until all rules have been fired.
|
Continue Without Stop
|
| Debug>Continue without Stop
| Continues rule execution until there are no more rules to fire.
|
Stop
|
| Debug>Stop
| Stops rule execution.
|
End
|
| Debug>End
| Ends rule execution.
|
Set\Unset Breakpoint
|
| Debug>Set\Unset Breakpoint
| Sets or unsets a breakpoint
|
Clear All Breakpoints
|
| Debug>Clear All Breakpoints
| Clears all the breakpoints currently set.
|
Continue to Cursor
|
| Debug>Continue to Cursor
| Executes rule actions until a selected action is reached.
|
Step Into
|
| Debug>Step Into
| Evaluates the current expression and steps into the next block.
|
Step Out
|
| Debug>Step Out
| Evaluates the current expression, exits the block and stops at the next expression.
|
Step Over
|
| Debug>Step Over
| Evaluates the current expression, jumps over the next block and stops at the first expression found.
|
Bindings\Parameters
|
| View>Debugger Panels>Bindings\Parameters
| Opens the Bindings\Parameters panel.
|
Working Memory
|
| View>Debugger Panels>Working Memory
| Opens the Working Memory panel.
|
Agenda
|
| View>Debugger Panels>Agenda
| Opens the Agenda panel.
|
Breakpoints
|
| View>Debugger Panels> Breakpoints
| Opens the Breakpoints panel.
|
Trace
|
| View>Debugger Panels>Trace
| Opens the Trace panel.
|
Output
|
| View>Debugger Panels>Output
| Opens the Output panel.
|
Console
|
| View>Debugger Panels>Console
| Opens the Console panel.
|
Execution Object Model
|
| View>Debugger Panels>Execution Object Model
| Opens the Execution Object Model panel.
|
Open Debugger Panels
|
| View>Open Debugger Panels>
| Opens all the debugger panels.
|
Close Debugger Panels
|
| View>Close Debugger Panels>
| Closes all the currently open debugger panels.
|