@anchor{doc-dbstop}
func
line
The rline returned is the real line that the breakpoint was set at.
@seealso{dbclear, dbstatus, dbnext}
@anchor{doc-dbclear}
func
line
No checking is done to make sure that the line you requested is really a breakpoint. If you get the wrong line nothing will happen.
@anchor{doc-dbstatus}
func
@seealso{dbclear, dbwhere}
@anchor{doc-dbwhere}
@anchor{doc-dbtype}
@anchor{doc-debug_on_interrupt}
debug_on_interrupt
is nonzero, Octave will try to enter
debugging mode when it receives an interrupt signal (typically
generated with C-c). If a second interrupt signal is received
before reaching the debugging mode, a normal interrupt will occur.
The default value is 0.
@anchor{doc-debug_on_warning}
debug_on_warning
is nonzero, Octave will try
to enter the debugger when a warning is encountered. The default
value is 0.
@anchor{doc-debug_on_error}
debug_on_error
is nonzero, Octave will try
to enter the debugger when an error is encountered. This will also
inhibit printing of the normal traceback message (you will only see
the top-level error message). The default value is 0.
Go to the first, previous, next, last section, table of contents.