You can compile sqlite3.dll with debug information, and then you can in VS
attach to your running .exe - you should be able to see sqlite
stacks/breakpoints/step-in/out/etc. should also work.

Best regards,
Krystian Bigaj


On 24 January 2012 19:25, John Elrick <john.elr...@fenestra.com> wrote:

> On Tue, Jan 24, 2012 at 1:18 PM, Dan Kennedy <danielk1...@gmail.com>
> wrote:
>
> > On 01/25/2012 12:15 AM, John Elrick wrote:
> > Unfortunately, no I cannot.  Delphi 2007 doesn't give me accurate
> information from a linked OBJ.  It's roughly equivalent to trying to get
> accurate call stacks from inside a DLL.  I've had to hand add pseudo call
> stack information.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to