August 2010
Intermediate to advanced
526 pages
23h 39m
English
vdbe_listing — Cause the VDBE to dump each program before executing
PRAGMA vdbe_listing;
PRAGMA vdbe_listing = switch;The vdbe_listing pragma enables VDBE debugging.
When enabled, each VDBE program is printed just prior to
execution. SQLite must be compiled with the SQLITE_DEBUG directive for the
VDBE list functionality to be included.
See the online VDBE documentation (http://www.sqlite.org/vdbe.html) for more details.
Read now
Unlock full access