<< with_macros_source Configuration getmemory >>

Aide de Scilab >> Scilab > Configuration > getdebuginfo

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.

Examples

[a,b]=getdebuginfo()

See Also


Report an issue
<< with_macros_source Configuration getmemory >>