Main Content
Start TLC debugger when generating code
During code generation, start TLC debugger
Model Configuration Pane: Code Generation
Description
The Start TLC debugger when generating code parameter instructs the code generator to start the TLC debugger when the TLC program starts executing. TLC breakpoint statements invoke the TLC debugger regardless of this parameter setting.
Settings
off
(default) | off
- On
Starts the TLC debugger during code generation.
- Off
Does not start the TLC debugger during code generation.
Tips
You can also start the TLC debugger by entering the
-dc
argument into the System target file field.To invoke the debugger and run a debugger script, enter the
-df
argument into the System target file field.filename
Recommended Settings
Application | Setting |
---|---|
Debugging | On |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |
Programmatic Use
Parameter: TLCDebug |
Type: character vector |
Value: 'on' | 'off' |
Default: 'off' |
Version History
Introduced in R2006a