https://bugs.kde.org/show_bug.cgi?id=426866
--- Comment #13 from JATothrim <jarmo.tii...@gmail.com> --- Thanks for the very nice bug report. :) The kdev-python's debugger is unfortunately quite broken, due to the in-band-communication not working well... So, until the debugger is resurrected, don't expect much. :-( E.g. There is a chance an sent command can fail receive it's response, and thus could lead to no detail for a variable. The kdevpdb can also fail to flush all of the commands, so they may fail to start running in timely manner. You can try select a stack frame manually to try unstuck the command processing. (Setting breakpoints while the program is running, is just asking for trouble at the moment, so I would avoid it. Set them all before launching to get least broken behavior.) -- You are receiving this mail because: You are watching all bug changes.