epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.09k stars 66 forks source link

Fixed "show variable's value" on hover. #179

Closed epasveer closed 10 months ago

epasveer commented 10 months ago

This should fix the "hover" issue.

The variable's value now shows as a tooltip. If the text is a class/function/datatype, the tooltip will show that info.

Note, you still need to select the correct frame first. Otherwise, you'll see a tooltip like:

    sometext:   "sometext" is not in context

Let me know if it's better.