16-05-2025, 12:42 AM
(This post was last modified: 16-05-2025, 12:59 AM by Salamander.)
Have forgot how to turn on "live view" when mousing over changing variables , how was this done?
Example:
MG6acc1+= MG6fc1; // 32bit up counter
MG6buff1= MG6acc1>>16; //16 top MSB up count stored in MG6buff1
I can see MG6acc1 counter values flying by but nothing in MG6buff1 when mousing over.
Example:
MG6acc1+= MG6fc1; // 32bit up counter
MG6buff1= MG6acc1>>16; //16 top MSB up count stored in MG6buff1
I can see MG6acc1 counter values flying by but nothing in MG6buff1 when mousing over.