We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
If you try to watch a value grouped by 4 bytes (for 32bit) the result is wrong/corrupted.
To Reproduce
Steps to reproduce the behavior:
Add a watch for an address with 4 as the argument:
4
Expected behavior
32bit groupings to be parsed. I would also expect 64bit - but I'm not sure what grouping by 3 bytes would do (or just a 24bit value?).
Version etc. (please complete the following information):
The text was updated successfully, but these errors were encountered:
Could you please try this version v2.2.4: https://github.com/maziac/DeZog/releases/tag/v2.2.4
I have done some re-factoring. If you encounter any other problems please let me know.
Sorry, something went wrong.
Looks good to me 👍
No branches or pull requests
Describe the bug
If you try to watch a value grouped by 4 bytes (for 32bit) the result is wrong/corrupted.
To Reproduce
Steps to reproduce the behavior:
Add a watch for an address with
4
as the argument:Expected behavior
32bit groupings to be parsed. I would also expect 64bit - but I'm not sure what grouping by 3 bytes would do (or just a 24bit value?).
Version etc. (please complete the following information):
The text was updated successfully, but these errors were encountered: