
Originally Posted by
RageSmirk
When you freeze a value in CE it will constantly change the value of the address every period of time(In CE settings, Freeze interval). It can happen that it isn't fast enough to change it. So what you are gonna do is, in debugger you will find out what changes your address. You will put a breakpoint there so when it reaches the instruction that do it, CE will change it back again. F5 to toggle breakpoint, F9 to run after it hit.