quit

Stop simulation debugger

Syntax

quit
q

Description

quit stops the Simulink® debugger and returns to the MATLAB® command prompt.

q is the short form of the command.

Examples

Start the Simulink debugger for the model vdp and then stop it.

  1. In the MATLAB Command Window, enter:

    sldebug 'vdp'

    The MATLAB command prompt >> changes to the Simulink debugger prompt (sldebug @0): >>.

  2. Enter:

    quit

See Also

Introduced before R2006a