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.

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.