Run Accelerator Mode with the Simulink Debugger
Advantages of Using Accelerator Mode with the Debugger
The Accelerator mode can shorten the length of your debugging sessions if you have large and complex models. For example, you can use the Accelerator mode to simulate a large model and quickly reach a distant break point.
For more information, see Accelerator Mode.
Note
You cannot use the Rapid Accelerator mode with the debugger.
How to Run the Debugger
To run your model in the Accelerator mode with the debugger:
On the Simulation tab, in the Simulate section, select
Accelerator
from the drop-down menu.At the command prompt, enter:
sldebug modelname
At the debugger prompt, set a time break:
tbreak 10000 continue
Once you reach the breakpoint, use the debugger command
(execution mode) to toggle between Accelerator and Normal mode.emode
When to Switch Back to Normal Mode
You must switch to Normal mode to step through the simulation by blocks, and when you want to use the following debug commands:
Related Examples
- Design Your Model for Effective Acceleration
- Perform Acceleration
- Interact with the Acceleration Modes Programmatically