If I put this line at the top of sqlite3.c

#define SQLITE_DEBUG 1

should that be the same as setting SQLITE_DEBUG? I’ve tried it and the IDE 
still doesn’t add debug info for the sqlite3.c file.
From: x<mailto:[email protected]>
Sent: 26 April 2019 13:23
To: SQLite mailing list<mailto:[email protected]>
Subject: [sqlite] Debugging sqlite3.c

Could anyone give me an idiot’s guide on how to do this in the rad studio 10 
IDE? I’ve tried adding DEBUG_SQLITE to “Project | Options | C++ (Shared 
Options) | Conditional defines ... (for Debug configuration – 32 bit Windows 
platform)” but it doesn’t seem to work. Looked elsewhere in the Options but 
can’t find anywhere else to add the DEBUG_SQLITE directive.

_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to