Version: CVS HEAD (using KDE 4.6.2) OS: Linux (I'm not sure if xdebug plugin problem, but I tested it in both quanta and kdevelop and results are same) "in old times" - kdevelop 4.1 stepping while debugging (php project) moved an arrow on the left side in the document/project according to frame stack. Now arrow is not present nor documents are opened while debugging. Framestack toolbar is correct and it remains the only way to follow steps. Reproducible: Always
Created attachment 63176 [details] Patch for the missing signal parameter which fixes this bug The Problem is that the Connection emits a Signal with only two paramters, But the DebugSession Signal expecteds three. This leads to the missing Pointer. Also upped to reviewboard...
Git commit 71ae45fbb8457334cf66295e85af1ed1268a00d1 by Milian Wolff, on behalf of Florian Zumkeller-Quast. Committed on 27/08/2011 at 15:39. Pushed by mwolff into branch 'master'. fixed signal parameters to match the KDevelop::IDebugSession::showStepInSource() signal. The pointer now reappears and moves while stepping trough the code. BUG: 271929 M +4 -4 debuggers/xdebug/connection.h M +1 -1 debuggers/xdebug/debugsession.cpp M +5 -3 debuggers/xdebug/connection.cpp http://commits.kde.org/quanta/71ae45fbb8457334cf66295e85af1ed1268a00d1