In debugging mode, execute the next n lines of code.
If n is omitted, execute the next single 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
will cause execution to continue until the current
function returns.
dbnext
is an alias for dbstep
.
See also: dbcont, dbquit.
Package: octave