15.8Debugging

15.8.1SET DEBUG OPTION

Sets debug options

Syntax

  |SET DEBUG OPTION option-name = value

Table 15.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.

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 how these internals are subject to change between versions.