Rule Builder > Debugging and Profiling > Debugging > Editing Breakpoints |
Editing Breakpoints |
PREVIOUS NEXT |
You can set the Pass Count
and Stop Condition
values in the Breakpoints panel.
The Pass Count
field is editable and allows you to specify an execution stop rate. For example, if the Pass Count
is set to 2, this breakpoint will stop the execution after every second pass, see the second example in Figure 16.26.
The Stop Condition
is also editable and allows you to add a condition that will stop the execution when the condition is met. For example, if a breakpoint set inside a loop is incrementing a ?i variable and the stop condition is set to "?i==100", the breakpoint will stop the execution after the hundredth pass, see the first example in Figure 16.26.
Setting Breakpoints | Viewing Breakpoints
Customer Support | Copyright © 1987-2004 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |