Show / Hide Table of Contents

Class DBC.EjscriptDebugFields

Fields for EjscriptDebug, This table contains information when debugging an ejscript

Inheritance
object
DBC.EjscriptDebugFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.EjscriptDebugFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top