Re: [sqlite] Fw: create table question

2012-08-27 Thread _ph_
> our Visual Studio project will not breakpoint in certain places For SQLite, this is usually caused by Visual Studio only supporting breakpoints in the first 64K lines. (VS doesn't even tell you the breakpoints don't work, they just don't get hit). -- View this message in context:

Re: [sqlite] Fw: create table question

2012-08-25 Thread Kees Nuyt
On Fri, 24 Aug 2012 20:22:43 -0700 (PDT), u okafor wrote: >We am still working on the CREATE TABLE exercise .. our Visual Studio project >will not  >breakpoint in certain places - something about pre-processor directives and/or >compile/link >optimization techniques used;

[sqlite] Fw: create table question

2012-08-25 Thread u okafor
We am still working on the CREATE TABLE exercise .. our Visual Studio project will not  breakpoint in certain places - something about pre-processor directives and/or compile/link optimization techniques used; for an alternative, we want to trace the flow from the begining to end for CREATE