Feature #3512 2007-06-14 13:09

moesasji

Show variable content on mouse-over

During debugging it is possible to check the content off variables in the watches window. But it takes quite a large number of mouse-clicks to actually see this information even when the watches window is open.

A feature that I would find very handy is that this debug information for a variable is shown in the edit-window itself. This could be done in different fashions, however showing the variable content when hovering over the variable is probably the most intuitive.

Note that my main aim is to quickly see the variable content during debugging. Other ways to implement this would be clicking or double-clicking on the variable and then showing a hover-like window.

I quickly browsed through the other feature- request. I didn't see this one.

Thanks in advance for considering it and keep up the great work!!

Category
Interface
Status
Closed
Close date
2007-07-05 17:40
Assigned to
 
dermeister 2007-06-24 14:57

This is already implemented.

Maybe you have to activate it. Make sure that the checkbox "Evaluate expression under cursor" in the debugger settings is checked.

dermeister 2007-06-24 14:57

This is already implemented.

Maybe you have to activate id. Make sure that the checkbox "Evaluate expression under cursor" in the debugger settings is checked.

biplab 2007-07-05 17:40

This feature already exists, at least in the SVN version. Thank you.