aldelaro5 / dolphin-memory-engine

A RAM search made specifically to search, monitor and edit the Dolphin emulator's emulated memory
MIT License
163 stars 38 forks source link

MemWatchEntry: Show address pointed to by the chain #117

Closed malleoz closed 5 months ago

malleoz commented 5 months ago

I am currently fleshing out a DME watch table for various classes, each having several members. These classes are allocated dynamically, so their location in memory changes. Often times, I will want to use DME to quickly resolve the pointer chains so I know where to set memory breakpoints in Dolphin for particular members. The current address column behavior does not give the user any information unique to that entry; two entries using the same pointer but with different offsets show the same address information. In order to deduce where in memory these members are, I have to double-click the entry to see the entire pointer chain in the pop-up window.

Before:

After: