On Wed, Dec 9, 2015 at 3:50 AM, Richard Hipp <drh at sqlite.org> wrote:
> On 12/8/15, Bart Smissaert <bart.smissaert at gmail.com> wrote: > > So, what/where is that standard output channel? > SQLite does not have any facilities for debugging in a GUI on Windows. Any chance to add a way to redirect debugging / troubleshooting output to a file instead? Perhaps via a new pragma debug_output = filename ? Would useful in embedding cases where one does not control the host program. --DD