<div class="gmail_quote">On Mon, Aug 15, 2011 at 4:19 AM, Maciek Zarzycki <span dir="ltr"><<a href="mailto:zarzych@gmail.com">zarzych@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I'm working on a pimimport utility to dump/import akonadi resources. It was part of my gsoc task in 2010 and I'm getting back to it now.<br>
<br>
The problem is, that when I step into a specific function (details in repro steps below), the debugger stops as soon as I step from the opening brace line to the first line of the function. There are<br>
no<br>
messages printed in .xsession_errors or debugging toolview in kdevelop.<br>
<br>
REPRO STEPS:<br>
-- Set up repository<br>
1. git clone git@git.kde.org:kdepim<br>
2. git branch pimimport origin/gsoc_pimimport<br>
3. git checkout pimimport<br>
-- Import project into KDevelop<br>
4. open kdevelop<br>
5. import project $repo_root/CMakeLists.txt<br>
6. open project preferences and set 'pimimport' as default make target<br>
7. build project<br>
8. create debug launch for pimimport target<br>
-- Debug and observe problem<br>
9. open file $repo_root/pimimport/resourcedumpjob.cpp<br>
10. set breakpoint at line 19 (opening brace of ResourceDumpJob::start() )<br>
11. start debugging - pimimport window is shown<br>
12. click the '...' button next to 'Path' input<br>
13. create a new directory and select it<br>
14. click 'Next'<br>
15. check combobox next to any resource in the grid<br>
16. click 'Finish' - our breakpoint is hit<br>
17. click 'Step Over'<br>
<br>
ACTUAL RESULT:<br>
The debug session terminates and pimimport is terminated.<br>
<br>
EXPECTED RESULT:<br>
The debug session continues.<br>
<br>
I've tried running pimimport in gdb and the problem doesn't show there.<br>
<br>
Could you help me diagnose this issue? I'll be happy to provide you any help you may need.<br>
<br>
Thanks,<br>
Maciek<br>
<font color="#888888"><br>
--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</font></blockquote></div><br>Yesterday I have the same behaviour on the kdevelop sources themself. Trying to "step over" on line 650 "kDebug(9042) << "parse:" << folder->url();" caused debugger session termination several times. I haven't tried to run debugging under raw gdb. I'm using kdevelop kompiled from git master.<div>
<div><br></div>-- <br>Sergey Vidyuk<br><br>
</div>