You can take WinDbg to step through the amalgamation sqlite3.c source file.
It works very well.

        Jens

On Thu, Dec 29, 2011 at 8:18 AM, Roger Binns <rog...@rogerbinns.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 28/12/11 22:47, Jens Frederich wrote:
> > I duplicated your problem on C++ 2011 Professional. Source code
> > stepping doesn't work. My solution is to remove all comment lines.
>
> There is a TCL based tool in the SQLite source that will split the
> amalgamation into multiple files with a specified maximum number of lines
> per file.  It is aware of how the amalgamation is constructed hence
> getting things right like not splitting in a bad place.
>
>  http://www.sqlite.org/src/finfo?name=tool/split-sqlite3c.tcl
>
> (The interface Fossil presents is a little annoying if you just want to
> download/view the most recent version of the file.  Some clicking will get
> you to the right page.)
>
> Roger
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
>
> iEYEARECAAYFAk78FC4ACgkQmOOfHg372QSh5gCeJsPAk1VjhH0Z/rQ2/ihzw8pa
> mDAAoJkwyX17EFULqmbZ6rLpnFgwp1PL
> =c6tu
> -----END PGP SIGNATURE-----
> _______________________________________________
> 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