Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Scilab > Debugging > debug

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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:10:24 CET 2017