Main Content

run

Run simulation debugging session from current point to end of simulation, ignoring breakpoints

    Syntax

    Description

    run continues the simulation debugging session from the current point until the end of the simulation, ignoring breakpoints and display points. At the end of the simulation, the software exits the sldebug command prompt and returns to the MATLAB® command prompt. To continue debugging the model, you must start a new simulation debugging session.

    To continue the simulation debugging session from the current point until the simulation pauses on a breakpoint, use the continue function.

    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.

    Version History

    Introduced before R2006a