Hi Shinichiro,

which Version of VC++ do you use? As far as I know, older versions do not support debugging source files with more than 65535 lines.
Also, why do you want to debug into the sqlite.c file?

The file sqlite.c is just another source file for your compiler; optimizations would occcur only if you set them in your compiler options.

HTH Martin
Am 08.12.2014 10:10, schrieb Shinichiro Yoshioka:
Hi,

I'm about to use sqlite-amalgamation(sqlite3.c) on Visual C++.
But although the compiling was successfully finished, even if I set break
point
on the source code, I can't trace the working line in sqlite3.c correctly.

I suspected that the sqlite3.c was optimized, but there is no opiton like
that.

Always the active line doesn't match to source code in debug mode.

Is the code optimized automatically? if so, how can I deactivate it?

If anyone knows above phenomenon, then could you please answer me??

Thanks,
_______________________________________________
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