Scilab Reference Manual |
---|
delbpt — delete breakpoint
delbpt('macroname' [,linenumb])
deletes the breakpoint at line linenumb in the function macroname. If linenumb is omitted all the breakpoints in the function are deleted.
setbpt('foo',1),setbpt('foo',10),delbpt('foo',10),dispbpt() delbpt('foo',1)
<< deff | dispbpt >> |