Function Reference
— Loadable Function: dbclear (func, line, ...)

Delete a breakpoint in a function

func
String representing the function name. When already in debug mode this should be left out and only the line should be given.
line
Line where you would like to remove the breakpoint. Multiple lines might be given as separate arguments or as a vector.
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.
See also: dbstop dbstatus dbwhere