Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Scilab > Configuration > getdebuginfo

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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:30 CEST 2016