Breakpoints halt logic execution at specified points, allowing observation and analysis of logic execution and variable and parameter values.
The model can be edited when logic execution is stopped. Refer to Edit a Model for more information.
Debugger supports Function, File, Hit count, and Conditional breakpoints.
Function breakpoints halt logic execution at a specified location within a specified method. File breakpoints halt logic at a specified location within a file or logic editor window. Effectively, both these types of breakpoints act the same since each method has its own editor.
Hit count breakpoints halts logic execution at a defined hit count for a selected breakpoint.
Conditional breakpoints halts logic execution when a set condition, which is represented as an expression, evaluates to true.
Refer to Working with Breakpoints for more information on breakpoint use.