Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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). |
See Also
Report an issue | ||
<< delbpt | Debugging | setbpt >> |