Summary: | Quanta/Kdevelop : Xdebug : debug stepping is not reflected in document | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | jay <jay> |
Component: | xdebug | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sreejiththulaseedharan |
Priority: | NOR | ||
Version: | CVS HEAD | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch for the missing signal parameter which fixes this bug |
Description
jay
2011-04-28 17:27:16 UTC
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 |