display breakpoints
dispbpt()
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). |
Version | Description |
5.5.2 | dispbpt() was removed after Scilab 5.5.2. Please use
debug() instead. |