<< bloc2exp 5-5-2 derivative >>

removed >> removed > 5-5-2 > debug

debug

Scilab内部のデバッギングレベル

呼出し手順

debug(level_int)
level_int = debug()
previous_level_int = debug(level_int)

引数

level_int

整数 (-1 から 4)

説明

level_int の値 0,1,2,3,4 により, debug はデバッグのレベルを定義します. この関数はパーサ用で, Scilabスクリプト用ではなく, Scilabのエキスパート専用です.

debug(3);
2+2
//  0.200E+01
//+
//  0.200E+01
// eol

履歴

VersionDescription
5.4.0 新しい値を設定した際,出力引数として過去の値が返されます.
5.5.2 debug() will be completely redefined in Scilab 6.0

Report an issue
<< bloc2exp 5-5-2 derivative >>