Well, but these are not debuggable in Visual Studio, because sqlite3.c file
exceeds 65535 lines of code, so VS is confused and does not point on
correct line while debugging, so if I want to debug it in Visual Studio, I
must split it myself.


2013/7/24 Simon Slavin <slav...@bigfraud.org>

>
> On 24 Jul 2013, at 7:56am, Dušan Paulovič <paulo...@gisoft.cz> wrote:
>
> > On download page, there is available an amalgamation, where the code is
> > split into a small number of source files, such that no single source
> file
> > is longer than 32767 lines of code.
> >
> > This is good, because Visual Studio does not support more than 65535
> lines
> > of code for debugging in single file, so this version will work just
> fine.
> >
> > Could be such amalgamations available also for releases from now?
>
> 'releases' of SQLite /are/ the amalgamation files, and as far as I know,
> the SQLite team intends to continue putting out the 'short-file' version of
> the amalgamation from now on.
>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to