MATLAB Function Reference    
dbcont

Resume execution

Graphical Interface

As an alternative to the dbcont function, you can select Continue from the Debug menu in the Editor/Debugger.

Syntax

Description

dbcont resumes execution of an M-file from a breakpoint. Execution continues until another breakpoint is encountered, an error occurs, or MATLAB returns to the base workspace prompt.

See Also

dbclear, dbdown, dbquit, dbstack, dbstatus, dbstep, dbstop, dbtype, dbup


  dbclear dbdown