<< delbpt functions fun2string >>
removed >> removed > 5-5-2 > functions > dispbpt

dispbpt

display breakpoints

Calling Sequence

dispbpt()

Description

dispbpt() displays all active breakpoints currently inserted in functions.

The line numbers displayed by dispbpt() are physical line numbers in the mentioned functions.

Note that Scilab versions before 5.0 showed logical line numbers. The difference between physical and logical line numbers is the number of continued lines (see dot).

Examples

setbpt('foo')
setbpt('foo',10)
dispbpt()
delbpt()
setbpt('foo',[1,2,5,6])
dispbpt()

See Also

History

VersionDescription
5.5.2 dispbpt() was removed after Scilab 5.5.2. Please use debug() instead.

<< delbpt functions fun2string >>