When you make a byte hardware access breakpoint, the breakpoints view GUI shows word, while the console logs the correct size (byte).
Similarly, if you make a word hardware access breakpoint, the GUI shows dword, etc. On 32-bit, dword hardware breakpoint shows an empty string.
Steps to reproduce
Make a byte hardware access breakpoint
Open the breakpoints view
Notice that it says word rather than byte as it should
Operating System
Windows 10 x64
x64dbg Version
Oct 18 2024 / latest commit as of right now
Describe the issue
When you make a byte hardware access breakpoint, the breakpoints view GUI shows word, while the console logs the correct size (byte). Similarly, if you make a word hardware access breakpoint, the GUI shows dword, etc. On 32-bit, dword hardware breakpoint shows an empty string.
Steps to reproduce
Attachments
No response