Yes that was my problem. Hovering or viewing the variable in the debugger while 
getStackConstants was running would show the script local variable values being 
updated, but as soon as the handler exited, they were all empty again, meaning 
the handler was not updating the script local variables, but it's own local 
variables! It was as though the script local variables did not exist yet. 

But as I mentioned quitting and restarting *seemed* to have sorted things out. 

Bob S


> On Jun 26, 2018, at 15:04 , Tom Glod via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> another thing i keep on forgetting in v9 is when you hover over variable
> names in the debugger .... it shows you the value ....that might help these
> kinds of problems.
> 
> keep on keepin on Bob....


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to