Debug options Dialog
Accessible by selecting Debug Options... from the Debug menu or by clicking the button on the Toolbar.
This dialog contains settings that control the behavior of the debugger.
Options:
Breakpoints
- "Soft" breakpoints
- When reaching a soft breakpoint, perform any of the actions below and then continue. This helps in gathering a log of the model execution without user intervention.
- "Hard" breakpoints
- When reaching a hard breakpoint, watches are updated and the execution stops. The execution must be resumed manually.
When debugger stops
The following options are available:
No Output
Output line number
Output line number + line content
Output line number + line content + expand identifiers
Output watches
See some typical debugger output for more information.