Delete a breakpoint at line number line in the function func.
Arguments are
Function name as a string variable. When already in debug mode this argument can be omitted and the current function will be used.
Line number from which to remove a breakpoint. Multiple lines may be given as separate arguments or as a vector.
An event such as error
, interrupt
, or warning
(see ‘dbstop’ for details).
When called without a line number specification all breakpoints in the named function are cleared.
If the requested line is not a breakpoint no action is performed.
The special keyword "all"
will clear all breakpoints from all
files.
See also: dbstop, dbstatus, dbwhere.
Package: octave