Try CodeBlocks Cross-platform and works with gcc or MSVC or pretty much whatever.
I put in gcc 64-bit for it. http://www.codeblocks.org/ Michael D. Black Senior Scientist NG Information Systems Advanced Analytics Directorate ________________________________________ From: [email protected] [[email protected]] on behalf of Richard Hipp [[email protected]] Sent: Monday, March 14, 2011 10:50 AM To: Thiago Gregolon; General Discussion of SQLite Database Cc: Fabiano Baldo Subject: EXT :Re: [sqlite] Optimization SQLite Email forwarded to the sqlite-users mailing list. I use gcc and gdb and plain old text editor. I am not able to recommend an IDE since I don't use one. On Mon, Mar 14, 2011 at 11:16 AM, Thiago Gregolon <[email protected]>wrote: > Good morning, > > My name is Thiago from UDESC - Universidade do Estado de Santa Catarina - > Joinville - Brazil. > I'm doing a optimization to SQLite. I'm trying to reduce the time in any > "select". Also I developed a program to run the SQLite and return the time. > I just have problem to debug the SQLite, I'm doing using "printf and pause" > and this is a hard way to debug a program that has more than 100.000 lines. > I'm using Dev-C++ and the debugger didn't support this code. Could you > recommend one good IDE to do that? > > Regards, > Thiago Fernando Gregolon. > > > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

