Bug 289045 - watched variable edit
Summary: watched variable edit
Status: RESOLVED DUPLICATE of bug 257343
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: 4.2.3
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-15 16:09 UTC by Chris Bruner
Modified: 2011-12-30 18:21 UTC (History)
1 user (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 Chris Bruner 2011-12-15 16:09:40 UTC
Version:           unspecified
OS:                Linux

Clicking on a watched variable should open an edit so the value could be
changed. qtcreator does this.

Reproducible: Didn't try

Steps to Reproduce:
Clicking on a watched variable should open an edit so the value could be
changed. qtcreator does this.


Expected Results:  
submission of the edit in the watched variable would send
var VarName = EditValue
to gdb
Comment 1 Niko Sams 2011-12-17 10:16:19 UTC
Should not be too hard to implement i guess.
Feel free to provide a patch :D
Comment 2 Chris Bruner 2011-12-17 16:08:24 UTC
I'd love to, but I don't understand gui.
Comment 3 Niko Sams 2011-12-17 19:01:41 UTC
It's not much about GUI, it's just about making the model item editable and sending a command on change.
If you want I can give more information where you find that...
Comment 4 Niko Sams 2011-12-30 18:21:40 UTC

*** This bug has been marked as a duplicate of bug 257343 ***