Bug 377291 - KDevelop doesn't allow me to modify a variable's value, when stepping though the code in Debug
Summary: KDevelop doesn't allow me to modify a variable's value, when stepping though ...
Status: RESOLVED DUPLICATE of bug 295929
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2017-03-06 13:43 UTC by Petros
Modified: 2019-08-01 15:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petros 2017-03-06 13:43:53 UTC
As the title indicates, I can't modify the value of a variable when I debug my program.

Double click on variable's name in "Variables" toolview does nothing and right click only gives these options: https://postimg.cc/image/cjsqial3j/

Also hovering the mouse above the variable in my code gives me this: https://postimg.org/image/6vz0wernn/
Comment 1 Kevin Funk 2017-03-06 14:17:45 UTC
That looks like a regression, that used to work years(?) ago:
  https://bugs.kde.org/show_bug.cgi?id=72183
Comment 2 Jaka Kranjc 2017-09-19 16:11:27 UTC
The same thing appears to be tracked in this older bug:
https://bugs.kde.org/show_bug.cgi?id=295929
Comment 3 Kevin Funk 2017-09-20 07:40:56 UTC
Marking as duplicate. 

Thanks, Jaka!

*** This bug has been marked as a duplicate of bug 295929 ***
Comment 4 Petros 2019-08-01 15:17:25 UTC
Any news in this? Is it a regression or just a missing, non-useful feature?