> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ejscript_debug table

> This table contains information when debugging an ejscript

## ejscript\_debug Table (387)

This table contains information when debugging an ejscript

## Fields

| Name             | Description                                                 | Type        | Nullable |
| ---------------- | ----------------------------------------------------------- | ----------- | :------: |
| id               | Primary key                                                 | PK          |    No    |
| debug\_id        | The debugId for the session                                 | String(255) |    Yes   |
| started\_at      | The timestamp of when the debug session was initiated.      | DateTime    |    Yes   |
| status           | The current status of this debug session. See EjscriptDebug | status      |    Yes   |
| skip\_count      | The number of wait-statements to skip.                      | Int         |    Yes   |
| info             | Information saved by the running script                     | Clob        |    Yes   |
| code\_view       | The chunk of code around the breakpoint                     | Clob        |    Yes   |
| code\_line\_pos  | The current line position in the code.                      | Int         |    Yes   |
| code\_run\_until | The line to run to in debug mode.                           | Int         |    Yes   |
| variable\_view   | A dump of all variables                                     | Clob        |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/ejscript_debug.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=3f836abcb0454ac01ccb0e58619bf588" alt="ejscript_debug table relationship diagram" width="136" height="59" data-path="media/loc/en/database/tables/ejscript_debug.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
