[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-05-05 Thread Aetf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 Aetf <7437...@gmail.com> changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-04-13 Thread Aetf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 --- Comment #8 from Aetf <7437...@gmail.com> --- (In reply to Kevin Funk from comment #7) I am still not quite convinced (see below) but maybe the removal deserves it own patch. So, simpler fix submitted to Phabricator. For the "cache/duplicate"

[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-04-13 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 --- Comment #7 from Kevin Funk --- @Aetf: Please go for the simpler change, try if it works. Note regarding "duplication": Yes, we might have a copy of thread/frame in IVariableController, but there's a reason for it: Updating the

[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-04-07 Thread Aetf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 --- Comment #5 from Aetf <7437...@gmail.com> --- Posted on Phabricator now: https://phabricator.kde.org/D1351 Well, yes, it can be done by just make IVariableController::handleEvent correctly updates m_active{Frame,Thread} even if

[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-04-07 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 --- Comment #4 from Kevin Funk --- I believe the patch can be simpler, without removing the "only update when active frame/thread changes" -- what about just clearing the active frame/thread in IVariableController::setAutoUpdate? Please

[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-04-07 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 --- Comment #3 from Kevin Funk --- @Aetf: I'll have a look at the patch. Could you, in the meantime, post the patch to Phabricator, properly formatted including a commit message?

[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-04-07 Thread Aetf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 --- Comment #2 from Aetf <7437...@gmail.com> --- Hi, I'm looking into this bug right now. It seems the bug still exists in the latest version. The exact steps to reproduce is as follow: 1. Debug some application 2. Pause the debugger 3. Collapse the

[kdevelop] [Bug 333759] "Variables" tool view sometimes not in sync with Frame Stack view

2016-04-07 Thread Aetf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333759 Aetf <7437...@gmail.com> changed: What|Removed |Added CC||7437...@gmail.com --- Comment #1