SQLite Forum

Debugging opcodes in vdbe.c
Login
Probably just buffering. Try:

        fprintf(stdout, "format", ...);
        fflush(stdout);

[make test] doesn't do anything special with stdout of the executable. That I can think of, anyway...

Dan.