Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MemWatchEntry: Show address pointed to by the chain #117

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

malleoz
Copy link
Contributor

@malleoz malleoz commented Apr 25, 2024

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:

Copy link
Collaborator

@dreamsyntax dreamsyntax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on windows. LGTM.

@dreamsyntax dreamsyntax merged commit a99ea25 into aldelaro5:master Apr 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants