> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/ejscript_debug.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=b1737115d1e0e9ccf55ea9ca3707c7e9" 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.


## Related topics

- [log_debug table](/en/database/tables/log-debug.md)
- [ejscript table](/en/database/tables/ejscript.md)
- [Ejscripts](/en/api/archive-providers/reference/ejscripts.md)
- [Debug](/en/onsite/debug/index.md)
- [Logging in CRMScript](/en/automation/crmscript/debugging/helper-functions-for-logging.md)
- [Print debug](/en/automation/crmscript/debugging/print-debug.md)
