Hi Guys,<br><br>I am in the process of setting up my build environment to build a new KIPI plugin. I am using KDevelop 3.2.0 as this is my preferred IDE to do KDE development in. I have the project all setup and ready to go but have one last hurdle I can't seem to figure out, debugging. I setup KDevelop to run Digikam in order to debug my plugin. I am able to set and hit breakpoints no problem but every time I start to debug I have to hit the continue button many times. Basically gdb is stopping each time a new thread is spawned (one for each plugin and lots more). Needless to say this is very annoying. For now I find it easier to start Digikam by myself and &quot;Attach to Process&quot; to get debugging.
<br><br>I suspect there are a few kipi plugin authors here. How did you overcome this issue?<br><br>I appreciate the help,<br>M<br>