14.7 Debugging
14.7.1 SET DEBUG OPTION
Used forSetting debug options
Available inDSQL, PSQL
Introduced inFirebird 4.0.1
Syntax
SET DEBUG OPTION option-name = value
Table 14.7.1.1 Supported options
Option name | Value Type | Description |
---|---|---|
|
| Stores statement BLR for retrieval with |
SET DEBUG OPTION
configures debug information for the current connection.
Warning
Debug options are closely tied to engine internals and their usage is discouraged if you do not understand very well how these internals are subject to change between versions.