Ken & Deb Allen <[EMAIL PROTECTED]> wrote:
> 
> 1. I cannot locate in the 3.3.0 source code how the reference to  
> sqlite3OsLock is converted into the virtual table method.

os.c line 61

> 2. There are no longer an os_win.h or os_unix.h file in the source  
> tree, which is fine.
> 3. For some reason I can no longer step into my framework code!
> 4. Naturally, I cannot step into the SQLite code either, since I  
> cannot step into my framework.
> 5. I can set a breakpoint in my Objective-C code and step from there,  
> but sometimes this steps over instead of into!
> 6. It almost always fails to step into the SQLite C calls.
> 7. If I set a breakpoint on a SQLite statement, I hit it, but single  
> stepping is erratic at best, often stepping over and seeming to jump  
> randomly around in the code rather than sequentially following the  
> source code.
> 

Try recompiling with all optimization turned off.  Optimizers
tend to reorder code which makes single-stepping confusing - both
for you and your debugger.

--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to