Bug 377291

Summary: KDevelop doesn't allow me to modify a variable's value, when stepping though the code in Debug
Product: [Applications] kdevelop Reporter: Petros <petross404>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: niko.sams, svn
Priority: NOR Keywords: regression
Version: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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?