Re: [sqlite] Source code position out of sync debugging in VS 2008

2009-03-30 Thread Shane Harrelson
There's a discussion of work arounds and an attachment to ticket 3344 that might help. http://www.sqlite.org/cvstrac/tktview?tn=3344 On Sat, Mar 28, 2009 at 1:20 PM, Eric Minbiole wrote: > > I've already tried rebuilding everything, checked the settings, etc... > but nothing seems to help. I g

Re: [sqlite] Source code position out of sync debugging in VS 2008

2009-03-28 Thread Eric Minbiole
> I've already tried rebuilding everything, checked the settings, etc... but > nothing seems to help. I get the feeling this is a problem with the file > being so large and containing so many symbols. Has anyone else experienced > this problem? Indeed, the Visual Studio debugger can only handle

Re: [sqlite] Source code position out of sync debugging in VS 2008

2009-03-28 Thread Simon Davies
2009/3/28 Vinnie : > > I have added sqlite.c to my Visual Studio 2008 project and everything seems > to be working in terms of database calls. However, when I step into an actual > sqlite routine using the debugger, the source code position is out of sync > with the actual location. For example,

[sqlite] Source code position out of sync debugging in VS 2008

2009-03-28 Thread Vinnie
I have added sqlite.c to my Visual Studio 2008 project and everything seems to be working in terms of database calls. However, when I step into an actual sqlite routine using the debugger, the source code position is out of sync with the actual location. For example, I step into sqlite3_open_v2