Function Reference
— Command: dbstep n
— Command: dbstep in
— Command: dbstep out

In debugging mode, execute the next n lines of code. If n is omitted execute the next line of code. If the next line of code is itself defined in terms of an m-file remain in the existing function.

Using dbstep in will cause execution of the next line to step into any m-files defined on the next line. Using dbstep out with cause execution to continue until the current function returns.

See also: dbcont dbquit