> On Aug 10, 2016, at 1:01 AM, Brendan Duddridge <[email protected]> wrote: > > I discovered that if you just have a development build of the frameworks you > can put breakpoints into the source which created the development builds. So > that was new to me. I guess I had not tried that before.
Right, the debug info in the binary contains the paths of the source files it was compiled from, so if you have the files at the same paths, Xcode will be able to match them to the binary and set breakpoints. It definitely sounds like CBL wasn’t being linked with SQLCipher, but I’m glad we don’t have to debug that now :) —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/2F2D3248-7744-4C92-9E58-9213A1C6AA8C%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
