On 12/8/15, Bart Smissaert <bart.smissaert at gmail.com> wrote:
> Having a problem where 2 UDF's in one SQL cause a crash in my application
> (Excel)
> originating from SQLite. This is on Windows 7 with the latest SQLite
> version.
> I have a sqlite3.dll compiled with these compiler options:
>
> -DSQLITE_DEBUG
> -DSQLITE_MEMDEBUG
> -DSQLITE_OMIT_LOOKASIDE
>
> I can run PRAGMA vdbe_debug = 1
>
> But how do I see now any useful debugging information that could make me
> understand
> this crash? I am not a C programmer. Is there an option somewhere to dump a
> log file?

The "PRAGMA vdbe_debug=ON;" command should give you copious amounts of
debugging information on standard output.  Does it not?

You did you manage to implement new UDFs if you are not a C programmer?

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to