14.7Debugging

14.7.1SET DEBUG OPTION

Used forSetting debug options

Available inDSQL, PSQL

Introduced inFirebird 4.0.1

Syntax

  |SET DEBUG OPTION option-name = value

Table 14.6Supported options
Option nameValue TypeDescription

DSQL_KEEP_BLR

BOOLEAN

Stores statement BLR for retrieval with isc_info_sql_exec_path_blr_bytes and isc_info_sql_exec_path_blr_text. Added in Firebird 4.0.1.

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.