Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Defines the current debugging state of a script.
Syntax
typedef enum ScriptDebugState {
ScriptDebugNoDebugger,
ScriptDebugNotExecuting,
ScriptDebugExecuting,
ScriptDebugBreak
} ;
Constants
ScriptDebugNoDebuggerIndicates that debugging is not active on the script. |
ScriptDebugNotExecutingIndicates that no code within the script is actively executing. |
ScriptDebugExecutingIndicates that the script is executing code. |
ScriptDebugBreakThe script status is that it is broken into the script debugger. |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |