scicos_debug
Set the level of the Scicos debugging
Syntax
scicos_debug(level) level = scicos_debug()
Arguments
level : set/get the current level of the Scicos simulation debugging.
0: no debugging.
1: light debugging information printout.
2: more information printout and execution of Debug Block if any in diagram.
3: silent debugging mode (no information printout) and execution of Debug Block if any in diagram.
Description
This Scilab function is used to set the debug level of a Scicos simulation. It will print debugging information and/or execute the Debug Block if any in the diagram.
It can also be used to log Scilab function blocks errors during the simulation.
Examples
scicos_debug(level) level = scicos_debug()
See also
- DEBUG block — Debug the simulation
- xcos_debug_gui — Interactive debugging function to be used in the Debug Xcos block
- scicos_log — Logger utility for scicos
| Report an issue | ||
| << scicosDiagramToScilab | Scilab Utilities Functions | scicos_getvalue >> |