epasveer / seer

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

Add 'memory visualiser' to variable context menu? #200

Closed hrw closed 7 months ago

hrw commented 7 months ago

Would be nice to have a way to quickly run memory visualiser to check what is stored in place pointed by tracked variable:

image

epasveer commented 7 months ago

Easy to do. I'll add it.

epasveer commented 7 months ago

This should be fixed now. I've added to the Variable Logger as well. It works for simple variables as well as selecting individual parts of a structure.

image

hrw commented 7 months ago

Thanks!