Initializing help system before first use

Debug options Dialog

Accessible by selecting Debug Options... from the Debug menu or by clicking the tdbgoptions.png button on the Toolbar.

dialogdebugoptions.png

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.