> 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 2^16 lines in a single source file. (The compiler has a more reasonable limit of 2^24 lines.) Some additional information in this thread: http://social.microsoft.com/Forums/en-US/vsdebug/thread/7d991493-06f7-45f6-8f34-165b988e266c ~Eric _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users