Scilab 6.0.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
getdebuginfo
get information about Scilab to debug
Syntax
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.
Examples
[a,b]=getdebuginfo()
See also
- getversion — get scilab and modules version information
- getos — return Operating System name and version
| Report an issue | ||
| << banner | Configuration | getmemory >> |