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.