23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

dbstep<br />

2dbstep<br />

Purpose Execute one or more lines from current breakpoint<br />

Graphical<br />

Interface<br />

Syntax dbstep<br />

dbstep nlines<br />

dbstep in<br />

2-388<br />

As an alternative to the dbstep function, you can select Step from the Debug<br />

menu in the Editor/Debugger.<br />

Description This function allows you to debug an M-file by following its execution from the<br />

current breakpoint. At a breakpoint, the dbstep function steps through<br />

execution of the current M-file one line at a time or at the rate specified by<br />

nlines.<br />

dbstep, by itself, executes the next executable line of the current M-file. dbstep<br />

steps over the current line, skipping any breakpoints set in functions called by<br />

that line.<br />

dbstep nlines executes the specified number of executable lines.<br />

dbstep in steps to the next executable line. If that line contains a call to<br />

another M-file, execution resumes with the first executable line of the called<br />

file. If there is no call to an M-file on that line, dbstep in is the same as dbstep.<br />

See Also dbclear, dbcont, dbdown, dbquit, dbstack, dbstatus, dbstop, dbtype, dbup

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!