Name

vdbe_listing — Cause the VDBE to dump each program before executing

Common Usage

PRAGMA vdbe_listing;
PRAGMA vdbe_listing = switch;

Description

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.

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.