Name

debug — debugging level

Calling Sequence

debug(level-int)
level-int=debug()

Parameters

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.

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.

See Also

ScilabEval , scipad