get information about Scilab to debug
getdebuginfo()
dynamic_info = getdebuginfo();
[dynamic_info,static_info] = getdebuginfo();
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.