getdebuginfo

get information about Scilab to debug

Calling Sequence

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

Description

getdebuginfo gets 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 get scilab and modules version information
  • getos return Operating System name and version

Table Of Contents

This Page