You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the latest raddebugger (v0.9.13 ALPHA, released in Oct 18 2024).
My struct just simply has two u64 integers with 63 bit and 1 bit fields.
When I debug my application, raddebugger does not show correct values.
As you can see on the screenshot, the actual value of block->size is 524288, but in the debugger, it's '9223372036855300096'. I deleted .rdi file and debugged again, but it shows the same wrong value.
The text was updated successfully, but these errors were encountered:
Hello
I am using the latest raddebugger (v0.9.13 ALPHA, released in Oct 18 2024).
My struct just simply has two u64 integers with 63 bit and 1 bit fields.
When I debug my application, raddebugger does not show correct values.
As you can see on the screenshot, the actual value of
block->size
is 524288, but in the debugger, it's '9223372036855300096'. I deleted .rdi file and debugged again, but it shows the same wrong value.The text was updated successfully, but these errors were encountered: