Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.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ヘルプ >> Java from Scilab > jenableTrace

jenableTrace

デバッグ用にJIMSの内部機能のトレースを有効にする.

呼び出し手順

jenableTrace(filename)

パラメータ

filename

ファイル名を指定する文字列

説明

JIMSで発生することをトレースすることで デバッグを支援します. これは,作者のデバッグを支援する一般的な方法です.

jenableTrace(fullpath(TMPDIR + "/../debug_jims.log"));
// ...
jdisableTrace();

参照

履歴

VersionDescription
5.5.0 関数が導入されました. 'JIMS'モジュールに基づきます. JIMSモジュールとの動作上の主な違いは, jautoUnwrapがデフォルトで 有効になっていることです.
Report an issue
<< jdisableTrace Java from Scilab jexists >>

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 25 08:53:30 CET 2020