]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhancements to aid testing and debugging:
authordrh <drh@noemail.net>
Thu, 2 Jan 2020 14:42:42 +0000 (14:42 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Jan 2020 14:42:42 +0000 (14:42 +0000)
commit22e95fbd741dd492471db39450a149cc1e23a12c
tree1d15e49ecb32071738ebe5c78df30b8d90bfd6ce
parent52f11b885a5580e270fa28cc066b884eea3274b7
Enhancements to aid testing and debugging:
In PRAGMA vdbe_trace=on output, show pScopyFrom dependencies on register
values.  Add the sqlite3VdbeRegisterDump() procedure, callable from a
debugger, that shows the values of all registers.  Pass the VDBE pointer
into test_trace_breakpoint() so that sqlite3VdbeRegisterDump() is callable
from the breakpoint.

FossilOrigin-Name: 9886cb4b7987f720aa9d701222ab0987caa0ab8c5d216cb6e523c4a45366dfe5
manifest
manifest.uuid
src/vdbe.c
src/vdbemem.c