Main Content
FMU Import blocks
Option to enable debug execution mode for FMU Import blocks
Model Configuration Pane: Diagnostics
Description
The FMU Import blocks parameter enables debug execution mode for FMU Import blocks. When debug execution mode is enabled, FMU binaries execute in a separate process, which protects MATLAB® processes. For example, enabling debug execution mode can prevent MATLAB from crashing if a third-party FMU binary contains a segmentation violation.
Settings
off
(default) | on
on
This setting enables debug execution mode for FMU Import blocks. FMU binaries execute in a separate process.
on
This setting disables debug execution mode for FMU Import blocks. FMU binaries execute in the same process as the MATLAB process.
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |
Programmatic Use
Parameter: DebugExecutionForFMUViaOutOfProcess |
Type: string | character vector |
Values: 'on' | 'off' |
Default: 'off' |
Version History
Introduced in R2019a