Hi pgo. I've been having a little problem, but I didn't cared as it wasn't that bad. Now it was very important to get it fixed and I found the source of the problem.
I'm working with QG8 and I've built a very small cooperative RTOS focused on power consumption optimization, because it's going to be used on a battery powered device, so it saves a few miliamps by going into WAIT mode when it detects all tasks are idle. In the actual development stage it spends about 80% of the time in WAIT mode and uses about 30% less power.
The problem is that when accessing the variables when the processor is in WAIT, they all read zero most of the time and occasionally the right value. Tested in Variables View and also Freemaster, so it's not from CW. The workaround was just to never go to WAIT mode and everything works perfect.
As far as I remember this bug wasn't present somer versions ago, but I could be wrong.
Hope you could tell me if this is in fact a bug or it's not possible to retrieve variables in WAIT mode.
Regards.