Name

getdebuginfo — get information about Scilab to debug

Calling Sequence

getdebuginfo()
dynamic_info = getdebuginfo();
[dynamic_info,static_info] = getdebuginfo();

Description

getdebuginfo get information about Scilab to debug.

dynamic_info = getdebuginfo(); returns information about your system.

[dynamic_info,static_info] = getdebuginfo(); returns information about your system and about Scilab.

See Also

getversion

Authors

A.C