On Wed, Mar 13, 2013 at 1:14 PM, Dominique Devienne <ddevie...@gmail.com> wrote: > On Mon, Mar 11, 2013 at 5:21 PM, Bert Huijben <b...@qqmail.nl> wrote: >> Since Visual C++ 2005 the limit in PDB files was increased to 24 bit. You >> might still get a warning for compatibility with older tools, but the 'well >> known limitation' was resolved over 8 years ago; 4 major compiler >> versions ago. >> > > Perhaps you can enlighten me more about this, as now that I have taken the > time to double-check this, I'm still seeing the Visual Studio 10 debugger > incorrectly stepping into the sqlite3.c file:
The PDB format supports a large number of lines. The debugger, however, doesn't. This is fixed in Visual Studio 2012. You can debug the sqlite3.c amalgamation with the 2012 debugger. I just verified it works as advertised. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users