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

Watches: ASCII data still displayed as hex values #2310

Open
gyorokpeter opened this issue Mar 16, 2020 · 3 comments
Open

Watches: ASCII data still displayed as hex values #2310

gyorokpeter opened this issue Mar 16, 2020 · 3 comments
Labels
enhancement The issue requests an enhancement to an existing feature. gui The issue is about the GUI of x64dbg.

Comments

@gyorokpeter
Copy link

The picture tells it all.
kép

@mrexodia mrexodia added enhancement The issue requests an enhancement to an existing feature. gui The issue is about the GUI of x64dbg. labels Mar 30, 2020
@jackreez
Copy link

jackreez commented May 27, 2020

BUG: The value set to zero, if we edit the expression.

@gyorokpeter
Copy link
Author

That's actually a separate issue.
For this one it's actually the GUI being misleading. The "Value" column has the exact same size as a 64-bit value displayed in hex. Therefore if an address is invalid then it will say "XXXXXXXX is invalid" but I can't see the "is invalid" part because it gets cut off by the column width. So it looks like it's echoing back the address. Making the column wider to ensure that the "is invalid" part is visible would be a good solution, e.g. that "ID" column really doesn't need to take up 25% of the window.

@torusrxxx
Copy link
Member

We can simply display ??? in the Value column

morsisko added a commit to morsisko/x64dbg that referenced this issue Oct 30, 2020
mrexodia pushed a commit that referenced this issue Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue requests an enhancement to an existing feature. gui The issue is about the GUI of x64dbg.
Projects
None yet
Development

No branches or pull requests

4 participants