dbcont
Resume execution
Syntax
Description
dbcont resumes execution of a MATLAB® code file after pausing. Execution continues until another breakpoint
is encountered, a pause condition is met, an error occurs, or execution completes successfully.
Note
If you want to edit a file as a result of debugging, then it is a good practice to first quit debugging. Otherwise, you can get unexpected results.
dbcont can only be called from the command line.
Examples
Tips
dbcontcan only be called from the command line.
Version History
Introduced before R2006a