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
Scilab内部のデバッギングレベル
呼出し手順
debug(level_int) level_int = debug()
引数
- level_int
整数 (-1 から 4)
説明
level_int
の値 0,1,2,3,4 により,
debug
はデバッグのレベルを定義します.
この関数はパーサ用で,
Scilabスクリプト用ではなく, Scilabのエキスパート専用です.
この関数の出力は Scilab 6.0.0で変更されます. |
例
debug(3); 2+2 // 0.200E+01 //+ // 0.200E+01 // eol
履歴
バージョン | 記述 |
5.4.0 | 新しい値を設定した際,出力引数として過去の値が返されます. |
Report an issue | ||
<< Debugging | Debugging | where >> |