Re: [SailfishDevel] Debugging external libraries

2015-03-16 Thread Dmitriy Purgin
Hi, thanks for answering. Yes, I do have both debuginfo and debugsource packages on both Mer VM and Jolla Emulator VM but it doesn't help much. If I understand it correctly, the gdb client that runs on the host machine should access the sources that debugging symbols point to, but these sources s

Re: [SailfishDevel] Debugging external libraries

2015-03-16 Thread Tone Kastlunger
Also do you have debugging symbols for that particular library installed (either on phone or simulator, wherever you are testing)? Best, tk On Sun, Mar 15, 2015 at 7:10 PM, Andrey Kozhevnikov wrote: > Yes i was thinking about no contacts case. As seaside is cached database > it can not produce

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Andrey Kozhevnikov
Yes i was thinking about no contacts case. As seaside is cached database it can not produce any calls if no contacts. Talking about debugging imho you need to build a static library to see what happening inside it. But i may be wrong. 15.03.2015 18:08, Dmitriy Purgin пишет: Hi, thanks for an

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Dmitriy Purgin
Hi, thanks for answering. What difference does debugging on device or emulator make to debugging the contacts lib itself if the environment is set properly for both? The worst case you get is that it tells you that there are no contacts whatsoever. The question is not about debugging the contacts

Re: [SailfishDevel] Debugging external libraries

2015-03-15 Thread Andrey Kozhevnikov
imho you need to install it to phone and debug contacts on device, not emulator? 15.03.2015 16:47, Dmitriy Purgin пишет: Hi, I'm struggling the whole day with this problem. Is there a way to debug a shared library not included to a project? In particular I'd like to see what's happening in n