(adsbygoogle = window.adsbygoogle || []).push({});
I have a question regarding the ProDG Debugger, is it possible to lock a value to an address?
I want to apply a value to an address and have it stay static even though the normal value for that address is constantly changing. Is this possible? Currently I can apply new values to an address but since the line is continuously updating the data almost instantly gets put back to normal or a different value.