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:

  1. On the Simulation tab, in the Simulate section, select Accelerator from the drop-down menu.

  2. At the command prompt, enter:

    sldebug modelname
  3. At the debugger prompt, set a time break:

    tbreak 10000
    continue
    
  4. Once you reach the breakpoint, use the debugger command emode (execution mode) to toggle between Accelerator and Normal mode.

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

More About