Main Content

Highlight potential issues in use of coder.loop functions

Highlight potential loop control issues

Since R2021b

Description

App Configuration Pane: Debugging

Configuration Objects: coder.MexCodeConfig | coder.CodeConfig | coder.EmbeddedCodeConfig

The Highlight potential issues in use of coder.loop functions parameter specifies whether to display potential issues related to the use of loop control functions in the code generation report.

Dependencies

To enable this parameter, select the Always create a report checkbox.

Settings

On

The code generation report displays potential issues related to the use of loop control functions. This value is the default.

Off

The code generation report does not display potential issues related to the use of loop control functions.

Programmatic Use

Property: HighlightLoopControlIssues
Values: true | false
Default: true

Version History

Introduced in R2021b