Code:
var global_var;
...
action ...()
{
   var local_var;
   while(1)
   {
      global_var = local_var;
      wait(1);
   }
}
...

add global_var to watch list, and you'll track local variable value wink

Last edited by Jaxas; 04/07/09 22:27.

The smaller the bug, the harder it is to kill.
_________________________________________
Forklift DEMO (3dgs)