David Clark wrote: > > So I want to debug into it...but debugging into a file bigger than 65000 > lines does not work at all on visual studio 2008. >
Using the latest trunk, you can work around this issue with Visual Studio by
using the following make command:
nmake /f Makefile.msc all SPLIT_AMALGAMATION=1
--
Joe Mistachkin
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

