Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
debug
debugging level
Calling Sequence
debug(level-int) level-int=debug()
Arguments
- level-int
integer (-1 to 4)
Description
For the values 0,1,2,3,4 of level-int
, debug
defines various levels of debugging. This is targeted to the parser, not
to Scilab scripts, and is for Scilab experts only.
History
Version | Description |
5.4.0 | Previous value is returned as output argument when setting a new value. |
Report an issue | ||
<< Debugging | Debugging | delbpt >> |