Improving variables view

Alexander Neundorf neundorf at kde.org
Mon Jun 6 18:07:06 UTC 2005


Hi Vladimir,

On Monday 06 June 2005 11:04, Vladimir Prus wrote:
> Hello,
> I've some ideas for improving the variables view, and would like to
> discuss them here.
>
> 1. The first proposal is to remove the frames from the variables view.
> The rationale is that
>    - there's already framestack widget to select a frame
>    - it leads to http://bugs.kde.org/show_bug.cgi?id=68015
>    - the overall look is a bit cluttered
>
> If frames are removed, then variables view will just update whenever you
> select a different frame, showing locals of that frame.
>
> 2. Probably it's just me, but when I started playing with kdevelop's
> debugger, the most uniniutive thing for me was "how do I print the value of
> an expression". Yes, there is "add watch" functionality but in command line
> gdb: - the corresponding feature is called "display", and "watch" is
> breakpoint of variable change
> - I use both "print" and "display"; sometime I just want to look at a value
>   of expression and don't need it after that.
>
> I realize that in GUI we have more space, so displaying several expressions
> is not that bad. But what if I don't want to update the value of
> expression? Say, I print the value of 'p' at the beginning of function and
> don't want the value to be recalculated as I step though the function? So,
> I suggest having two buttons in variables view "Evaluate" and "Watch".
>
> 3. Related to above, as I debug I sometime write down interesting values on
> the paper. Say "m->rules" was 0x12345678 at this point of program. Maybe,
> with GUI we can avoid using paper. Say, I enter "m->rules" and click "print
> value" button. The value is shown in var view under "recent expressions"
> title. I can click on expression and rename it to "m->rules (function
> entry)", or whatever makes sense to me. In this case, it's reasonable to
> not reevaluate the value.
>
> 4. Making values of variables editable would be nice.
>
> The mockup of my suggestions can be found at:
>
>     http://zigzag.cs.msu.su/~ghost/variables.png

Currently there is nobody really actively working on the C++ gdb support, so I 
think everybody will be happy if you try to improve it :-)

Since it doesn't support the machine interface, it isn't of much use for me 
without some hacks. If debugging over the serial line gdb output and 
applicatio output come intermixed and kdevelop considered the application 
output as gdb termination message :-/
I think the machine interface would help against this.

Bye
Alex
-- 
Work: alexander.neundorf at jenoptik.com - http://www.jenoptik-los.de
Home: neundorf at kde.org                - http://www.kde.org
      alex at neundorf.net               - http://www.neundorf.net




More information about the KDevelop-devel mailing list