In the Debug Perspective, you can step into the code to debug your rules.
To step into your IRL code:
-
Click Run > Debug. The Debug dialog box opens.
-
Select your configuration in the Configurations pane.
-
Make sure you select the Stop at first rule statement check box.
-
Click Debug. The Debug Perspective opens, and execution stops at the first rule statement to be executed.
-
From this point, several stepping options are available to you:
-
To invoke the next expression and suspend execution at the next non-filtered executable line, click Run > Step with Filters or click the Step with Filters button.
-
To invoke the next Java or rule statement and suspend execution at the next Java or rule line, click Run > Step Into or click the Step Into button.
-
To invoke the next Java or rule statement and suspend execution at the next rule line in the next rule, function, or rule task, click Run > Step Over or click the Step Over button.
-
To invoke the next Java or rule statement and suspend execution at the first rule statement of the next rule, function, or rule task, select Run > Step Return or click the Step Return button.
Related Concepts
Related Tasks
Related Samples and Tutorials