debug — debugging level
debug(level-int) level-int=debug()
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.
For the value -1 of level-int
, debug
defines a
special level of debugging dedicated to the ScilabEval Tcl
instruction.
See also the Scipad
debugger, which is targeted to
debugging Scilab scripts.