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) | ononThis setting enables debug execution mode for FMU Import blocks. FMU binaries execute in a separate process.
offThis 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 | on | 
| Traceability | No impact | 
| Efficiency | off | 
| Safety precaution | No impact | 
Programmatic Use
Parameter: DebugExecutionForFMUViaOutOfProcess | 
| Type: string | character vector | 
Values: 'on' | 'off' | 
Default: 'off' | 
Version History
Introduced in R2019a