raddebugger
raddebugger copied to clipboard
[Bug] Casting register to pointer doesnt work
In the watch view casting a register value to a pointer doesn't work even if that register contains a valid pointer (e.g. "(uint64*)reg:rsp,10"). It just shows a bunch of zeroes.
This is due to an incorrect evaluation space - if you need correct results in the meantime you can cast the value itself, but I will need to fix this such that pointer casts move from register space into process memory space.