Re: [sqlite] Basic system setup for tracing?

2008-03-10 Thread Neville Franks
Tuesday, March 11, 2008, 11:10:03 AM, you wrote: ss>> I am trying to setup a very basic system for just tracing the sqlite ss> code, ss>> but I didn't have any luck. ss>> Code::Blocks compiles everything, but when it comes to tracing, it ss> traces ss>> even through comments. ss>> Eclipse CDT

Re: [sqlite] Basic system setup for tracing?

2008-03-10 Thread drh
"software.simian" <[EMAIL PROTECTED]> wrote: > > Just step-in; I'm studying the sqlite code and it would be easier if I could > see the internal in action. > * Compile with -DSQLITE_DEBUG=1 * PRAGMA vdbe_trace=ON; * PRAGMA vdbe_listing=ON; -- D. Richard Hipp <[EMAIL PROTECTED]>

Re: [sqlite] Basic system setup for tracing?

2008-03-10 Thread software.simian
ss> I am trying to setup a very basic system for just tracing the sqlite code, ss> but I didn't have any luck. ss> Code::Blocks compiles everything, but when it comes to tracing, it traces ss> even through comments. ss> Eclipse CDT includes the sqlite3.h, and accepts the *sqlite3 pointer, but

Re: [sqlite] Basic system setup for tracing?

2008-03-10 Thread Neville Franks
Tuesday, March 11, 2008, 9:42:37 AM, you wrote: ss> I am trying to setup a very basic system for just tracing the sqlite code, ss> but I didn't have any luck. ss> Code::Blocks compiles everything, but when it comes to tracing, it traces ss> even through comments. ss> Eclipse CDT includes the

[sqlite] Basic system setup for tracing?

2008-03-10 Thread software.simian
I am trying to setup a very basic system for just tracing the sqlite code, but I didn't have any luck. Code::Blocks compiles everything, but when it comes to tracing, it traces even through comments. Eclipse CDT includes the sqlite3.h, and accepts the *sqlite3 pointer, but doesn't accept the