Class DBC.EjscriptDebugFields
Fields for EjscriptDebug, This table contains information when debugging an ejscript
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EjscriptDebugFields : Object
Fields
CodeLinePos
EjscriptDebug.CodeLinePos: The current line position in the code.
Declaration
public const string CodeLinePos = "code_line_pos"
Field Value
Type | Description |
---|---|
String |
CodeRunUntil
EjscriptDebug.CodeRunUntil: The line to run to in debug mode.
Declaration
public const string CodeRunUntil = "code_run_until"
Field Value
Type | Description |
---|---|
String |
CodeView
EjscriptDebug.CodeView: The chunk of code around the breakpoint
Declaration
public const string CodeView = "code_view"
Field Value
Type | Description |
---|---|
String |
DebugId
EjscriptDebug.DebugId: The debugId for the session
Declaration
public const string DebugId = "debug_id"
Field Value
Type | Description |
---|---|
String |
EjscriptDebugId
EjscriptDebug.EjscriptDebugId: Primary key
Declaration
public const string EjscriptDebugId = "id"
Field Value
Type | Description |
---|---|
String |
Info
EjscriptDebug.Info: Information saved by the running script
Declaration
public const string Info = "info"
Field Value
Type | Description |
---|---|
String |
SkipCount
EjscriptDebug.SkipCount: The number of wait-statements to skip.
Declaration
public const string SkipCount = "skip_count"
Field Value
Type | Description |
---|---|
String |
StartedAt
EjscriptDebug.StartedAt: The timestamp of when the debug session was initiated.
Declaration
public const string StartedAt = "started_at"
Field Value
Type | Description |
---|---|
String |
Status
EjscriptDebug.Status: The current status of this debug session. See EjscriptDebug
Declaration
public const string Status = "status"
Field Value
Type | Description |
---|---|
String |
VariableView
EjscriptDebug.VariableView: A dump of all variables
Declaration
public const string VariableView = "variable_view"
Field Value
Type | Description |
---|---|
String |