ejscript_debug Table (387)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains information when debugging an ejscript
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
debug_id | The debugId for the session | String(255) | ● |
started_at | The timestamp of when the debug session was initiated. | DateTime | ● |
status | The current status of this debug session. See EjscriptDebug | status | ● |
skip_count | The number of wait-statements to skip. | Int | ● |
info | Information saved by the running script | Clob | ● |
code_view | The chunk of code around the breakpoint | Clob | ● |
code_line_pos | The current line position in the code. | Int | ● |
code_run_until | The line to run to in debug mode. | Int | ● |
variable_view | A dump of all variables | Clob | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
Replication Flags
- None
Security Flags
- No access control via user's Role.