continue - Continue simulation debugging session - MATLAB (original) (raw)

Main Content

Continue simulation debugging session

Syntax

Description

continue continues the simulation debugging session. The simulation continues until a breakpoint pauses the simulation, you pause the simulation, or the simulation completes the final time step.

Note

This function is supported only for simulation debugging sessions started programmatically using the sldebug function or using the sim function with the 'debug' name-value argument.

To run the simulation to the end, ignoring breakpoints, use the run function.

Version History

Introduced before R2006a