Name

vdbe_trace — Enable VDBE debug information

Common Usage

PRAGMA vdbe_trace;
PRAGMA vdbe_trace = switch;

Description

The vdbe_trace pragma enables virtual database engine (VDBE) debugging. When enabled, each VDBE instruction is printed just prior to execution. SQLite must be compiled with the SQLITE_DEBUG directive for the VDBE trace functionality to be included.

See the online VDBE documentation (http://www.sqlite.org/vdbe.html) for more details.

See Also

vdbe_listing, sql_trace, parser_trace